Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 879 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 879 Bytes

Todo App

A simple todo app that allows users to add, sort, and delete their todos, and move between dark or light mode.

Technologies

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.

Installation and Available Scripts

  1. Clone this repo.
  2. Navigate to the cloned repo.
  3. Open it in your Editor.

npm i

To install all dependencies & dev-dependencies.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Demo

Link

Resources

Create React App documentation.

React documentation.