A simple todo application built using create-react-app.
- Create
- Read
- Update
- Delete
- Mark as done/undone
API-ToDo uses a number of open source projects to work properly:
- HTML - Structuring web pages.
- CSS- Designing the website
- ReactJs - HTML enhanced for web apps!
- Markdown-it - Markdown parser done right. Fast and easy to extend.
Clone down this repository. You will need node and npm installed globally on your machine.
Clone:
git clone https://github.com/alhad-balak/API-ToDo.git
Installation:
npm install
To Start Server:
npm start
To Visit App:
localhost:3000
MIT
Free to Use

