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.
- React / React Hooks
- Redux / Redux Toolkit
- Bootstrap
- Axios
- i18next
- Clone git repo:
git clone git@github.com:Abra19/react-liked-cards.git
- Install packages:
make install
- Start:
make start
- Deploy:
make deploy