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

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

Awesome Lists containing this project

README

          

### Maintainability and linter status:
[![Maintainability](https://api.codeclimate.com/v1/badges/12e5b46f663b882e8525/maintainability)](https://codeclimate.com/github/Abra19/react-liked-cards/maintainability)
[![Node CI](https://github.com/Abra19/react-liked-cards/actions/workflows/nodeci.yml/badge.svg)](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`