Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 739 Bytes

README.md

File metadata and controls

51 lines (28 loc) · 739 Bytes

TODO-APP

A simple Todo applications for saving daily tasks and remove done ones

Features

- First-Mobile Responsive

- Can add/edit/remove tasks

- light/dark themes


Built with

- ReactJS

- HTML5

- CSS


How to run locally

- Clone the repo then type in terminal

    npm install

- Then type

    npm run start

- the link http://localhost:3000 will open automatically in your default browser


Future work

- Edit tasks

- Multiple themes for the application

- Deploy the project on any free service like netlify, heroku, github-pages

- Use cloud database to save tasks like mongodb atlas