Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 714 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 714 Bytes

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