Skip to content

agt-ru/cards-app

Repository files navigation

Cards with random people data

screenshot screenshot

Features

  • 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

.env

NODE_ENV = development
PORT = 5000

Install Dependencies (frontend & backend)

npm install
cd frontend
npm install

Run

# Run frontend (:3000) & backend (:5000)
npm run dev

# Run backend only
npm run server