Project

To-Do

What does it look like ?

SEE

What is it?

To-do list made with ReactJS where you can: add, update or delete tasks. The app is connected to Firebase, which makes this project fully functional. Tasks are automatically sorted: new tasks are sent to the top of the list, and completed tasks at the bottom.

What technologies did you use?

Project in full ReactJS, containing two components. For an optimal CSS classes management, I chose to use the modules. Finally, I created a ref that adds a focus on the main input.

What inspired you?

For the to-do list, I was inspired by the “notes” application on IOS. I wanted a very clean style that gets to the point.