A to do list creator, made in React to practice utilising CRUD with a database
- Extend to add authentication, so the user can have their own account and personalised todo lists.
- Add an option to complete which will store the notes in another section.
- Improve the UI for a clearer and more intuitive layout.
1 - Clone the repository.
2 - Install dependencies with yarn install
or other package manager.
3 - Run yarn start
in the project directory from the command line .
4 - Open http://localhost:3000 to view it in the browser.
React
Sass
Firebase
mkrc