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
- Host: GitHub
- URL: https://github.com/relativelie/journal
- Owner: Relativelie
- Created: 2022-05-05T13:24:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T07:04:27.000Z (about 4 years ago)
- Last Synced: 2025-01-26T06:07:57.981Z (over 1 year ago)
- Topics: jest-tests, react, redux, scss, typescript
- Language: TypeScript
- Homepage: https://relativelie.github.io/journal/
- Size: 4.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``