/react-todo-with-context-api

Add todos & mark them done

Primary LanguageJavaScript


Todos WIth React Context API

Create a todo list & mark them done as you proceed. Also has dark & light theme switching with context API.

View Demo

Installation

  1. Clone the repo
git clone https://github.com/github_username/repo.git
  1. Install NPM packages
npm install
  1. cd to the project directory & run the start script. Runs the app in the development mode Open http://localhost:3000 to view it in the browser
npm start