Skip to content

IvanSemin33/todo-app

Repository files navigation

Todo App

Stack

:electron: React

⚛️ Redux

🔷 Material-UI

🔥 Firebase

Installation

git clone https://github.com/IvanSemin33/todo-app.git
cd todo-app
npm install
npm start

Available Scripts

In the project directory, you can run:

npm start

Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

Features

  • Add item
  • Check items
  • Delete checked items
  • Input error(must contains more than 2 characters and no space)
  • Scrollable items list
  • All data store in Web Storage(localStorage)
  • Mobile

Screenshots

Todo list with items

Alt text

Todo list with checked items

Alt text

Input error

Alt text

Mobile

Alt text

About

✅ Todo App

Topics

Resources

Stars

Watchers

Forks