/To-do-list-app-

Learning how to use react and also implement tailwind for styling

Primary LanguageJavaScript

A simple to do list app

A web app that is designed to help you stay organized and on top of your tasks. Here's a quick guide to help you get started:

MVP

  • A person ca add a task
  • They can set a level of priority for their choosing
  • Once a task has been added it can be marked as completed or it can be removed
  • There's a completed section where one can see all the tasks that have been completed screenshot 1 screenshot 2

How to use

To use it you can click the link in the description area and try it out

How to run

If you want to use it on your laptop :

  • first download the zip folder of the code or you can git clone from the terminal
  • navigate to the files directory the :
    • npm install to install all the dependancies required
    • npm run to startup the app on your laptop