Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 962 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 962 Bytes

Maintainability and linter status:

Maintainability Node CI

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

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