- simple home page, with the same animation as the vercel website.
- app logout function, just click on the profile picture and the confirmation modal will appear.
- Drag in Drop to order your tasks.
The so famous whole list of life, I've done this type of project other times, but now I wanted to create it with ReactJS. Basically the user can add, edit and delete their tasks.
below is a demo of the project
demo-todolist.mp4
- In the project the firebase authentication service is used.
- The user only needs to login once.
- User data is saved in the browser via localStorage. A good solution for this scenario, maybe in the future we will use a database.
- In the project I used a package called immer . It's a tiny package that lets you work with the immutable state in a more convenient way.
- clone
git clone https://github.com/ronaldprofile/todolist-with-reactjs.git
- install dependencies
yarn
- start server
yarn start