A minimal app built with Next.js and Tailwind CSS to help you get your tasks organized
Key Features • How To Use • Credits • License
- Create a task that you need to complete either manually or by uploading a .csv file
- See all tasks that you created
- View and update a task
- Mark a task as completed
- Delete a task
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/celinesoeiro/taskify-web
# Install dependencies
$ npm install
# Run the app
$ npm start
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
Note
- The file upload must be a .csv file.
- It must contain two colums: title and description as a header
- Insert the tasks below the header, on line 2 and so on
If you don't wish to clone you can access via Taskify Web. This version uses localStorage API to persist the data you insert.
Note The CSV file upload is not available in the deployed version
This application was built with
MIT
· Portfolio celinesoeiro.com · GitHub @celinesoeiro ·