/react-typescript-todo-app

A simple TODO application build using bootstrap, react and typescript.

Primary LanguageTypeScript

react-typescript-todo-app

A simple todo application build using Bootstrap, React and Typescript.

In this application, we use JSONPlaceholder free API to access TODOs and We can also add new TODO item.

Installation

  1. Clone the repo and cd into it
  2. npm install
  3. npm start
  4. Visit localhost:3000 in your browser