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

https://github.com/relativelie/journal

searching and filtering
https://github.com/relativelie/journal

jest-tests react redux scss typescript

Last synced: 2 months ago
JSON representation

searching and filtering

Awesome Lists containing this project

README

          

# Users list
There you can view table with id, title and description fields, filter and search by title or description

Online demo: https://relativelie.github.io/journal/

Used:
- typescript
- react
- redux
- scss
- jest tests

## How to build
1. Clone repository
``git clone git@github.com:Relativelie/journal.git /path/to/journal``
``cd /path/to/journal ``
2. Install dependencies
``npm install ``
3. Build project
``npm run deploy``

## How to start
1. Run project
``npm start ``

## How to test
1. Running tests with:
`` npm test``