An open API service indexing awesome lists of open source software.

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

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``