Live version: https://agt-ru-cards-app.herokuapp.com/
- Display cards, each with avatar and info
- Pagination
- Set cards count per page
- Search
- Detailed card info route
- Responsive layout
- Frontend: React / Redux
- Backend: Node / Express
NODE_ENV = development
PORT = 5000
npm install
cd frontend
npm install
# Run frontend (:3000) & backend (:5000)
npm run dev
# Run backend only
npm run server