/doit

A ReactJS Todo app.

Primary LanguageJavaScriptMIT LicenseMIT

A Basic Todo App created using ReactJS.

Tech Stack:

CSS Logo

Try on local machine:

  1. Clone this repository
git clone git@github.com:JDeepD/Todo-App.git
  1. cd into the repository
  2. Install dependencies from package.json
npm install
  1. Run the app
npm run start