Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 597 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 597 Bytes

Sample app

This is a simple Vite + React application that you will use to complete the challenge.

Setup

  • Install Node 18.9.0 (nvm install 18.9.0)
  • Install Yarn (npm install -g yarn)
  • Install dependencies (yarn)

Running the app

yarn dev

App will be running on http://localhost:5173/

Resources

  • ✅ Searching the internet for answers (Stackoverflow, Google)
  • 🎨 Figma. Please keep in mind that you need to login with a personal account to see the design specs.
  • ❌ Github Copilot (please turn this off in your IDE)
  • ❌ Any AI based code generation tool