A playground for all features implemented using React and Typescript. This project is bootstrapped with create-next-app
.
- React : User Interface Library
- React Testing Library : User-centric UI testing library
- Prettier : Code formatter
- Husky : Git Hooks for commit and push actions
- Lint staged : Runs linters against git staged files
- Tanstack Query : FKA React Query - data fetching library
- Only use npm. Do not use yarn.
- Node version : Check the
.nvmrc
file
Start the development server
npm i
npm dev
Open http://localhost:3000 with your browser to see the result.