https://github.com/abra19/react-liked-cards
SPA with a list of cards, with the ability to like or delete card. There is also a filter button that shows only liked cards and vice versa
https://github.com/abra19/react-liked-cards
axios bootstrap i18next react react-testing-library redux redux-toolkit
Last synced: 2 months ago
JSON representation
SPA with a list of cards, with the ability to like or delete card. There is also a filter button that shows only liked cards and vice versa
- Host: GitHub
- URL: https://github.com/abra19/react-liked-cards
- Owner: Abra19
- License: mit
- Created: 2022-12-14T14:19:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T18:34:03.000Z (over 3 years ago)
- Last Synced: 2025-01-02T08:44:42.669Z (over 1 year ago)
- Topics: axios, bootstrap, i18next, react, react-testing-library, redux, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 8.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Maintainability and linter status:
[](https://codeclimate.com/github/Abra19/react-liked-cards/maintainability)
[](https://github.com/Abra19/react-liked-cards/actions/workflows/nodeci.yml)
### Project Description:
SPA with a list of cards, with the ability to like or delete card.
There is also a filter button that shows only liked cards.
### Tech Stack:
* React / React Hooks
* Redux / Redux Toolkit
* Bootstrap
* Axios
* i18next
### Sources of information
* https://meowfacts.herokuapp.com/
* https://shibe.online
### [Try the application](https://abra19.github.io/react-liked-cards/)
### To get started
1. Clone git repo: `git clone git@github.com:Abra19/react-liked-cards.git`
2. Install packages: `make install`
3. Start: `make start`
4. Deploy: `make deploy`