Skip to content

alhad-balak/API-ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-ToDo

A simple todo application built using create-react-app.

Live Demo

Screenshots

screenshot screenshot

Features

  1. Create
  2. Read
  3. Update
  4. Delete
  5. Mark as done/undone

Tech Stack

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.

Installation and Setup

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

License

MIT

Free to Use