celinesoeiro / taskify-web

Taskify web app created using NextJs

Home Page:https://taskify-web-delta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Taskify

A minimal app built with Next.js and Tailwind CSS to help you get your tasks organized


Key FeaturesHow To UseCreditsLicense

Key Features

  • 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

How To Use

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

Credits

This application was built with

License

MIT


 ·  Portfolio celinesoeiro.com  ·  GitHub @celinesoeiro  · 

About

Taskify web app created using NextJs

https://taskify-web-delta.vercel.app


Languages

Language:TypeScript 98.5%Language:CSS 1.0%Language:JavaScript 0.5%