https://github.com/relativelie/todo-list
https://github.com/relativelie/todo-list
emotionjs jest-tests material-ui react redux
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/relativelie/todo-list
- Owner: Relativelie
- Created: 2022-07-27T11:32:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T13:46:53.000Z (almost 4 years ago)
- Last Synced: 2025-06-07T01:35:56.211Z (about 1 year ago)
- Topics: emotionjs, jest-tests, material-ui, react, redux
- Language: TypeScript
- Homepage: https://relativelie.github.io/todo-list/
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Todo list
Online demo: https://relativelie.github.io/todo-list/
Used:
- typescript
- react
- redux
- scss
- material-ui
- emotion-js
- jest tests
## How to build
1. Clone repository
``git clone git@github.com:Relativelie/todo-list.git /path/to/todo``
``cd /path/to/todo ``
2. Install dependencies
``npm install ``
## How to start
1. Run project
``npm start ``
## How to test
1. Running tests with:
`` npm test``