This is a simple and elegant React todo list built to practice react concepts.
This project was bootstrapped with Create React App.
This project also uses a custom built API server and MongoDB to save your todos.
The server is hosted on Heroku and the database is hosted on mLab
- Download or clone the project repo, unzip or open the project folder in your code editor.
- Run
npm install
to download all project dependencies. - Once done, run
npm start
to start the app in development mode. - Open http://localhost:3000 to view the app in the browser.
Pull requests to add new features are more than welcome!
Designed and developed by Charlie Taminian 2018.
MIT