Skip to content

GSG-G9/ow-todo-app-sondos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.