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

https://github.com/anhnguyen1618/task-manager-front


https://github.com/anhnguyen1618/task-manager-front

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Task manager

Front-end repository for "TODO" app

## Technologies
* [React](https://facebook.github.io/react/): JavaScript View library
* [Redux](https://redux.js.org/): JavaScript State container
* [Webpack](https://webpack.js.org/): Dependencies bundler

[Demo](http://35.198.136.49/)

Account:

* username: user
* password: user

## Installation
```javascript
yarn
```

## Start local server
```javascript
yarn start
```

## Run Unit test
```javascript
yarn test
```

## See also
* [Back-end repository](https://github.com/anhnguyen300795/Task-manager)