Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 442 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 442 Bytes

Houses TypeScript/JavaScript interview questions

  • Game Of Life - Implement the logic to game of life
  • Instument - Make an insturment board with individual state
  • Notes List - Hacker Rank Note List managing the state on a list

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.