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
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.