Overkill search bar for anime quotes, used as an example for an introduction to React for the OS Usach community.
clone this repository
on the root folder, install the dependencies
npm install
run the development server
npm run dev
- React
- TypeScript, Javascript with types
- Tanstack Query, better backend request managment
- Radash, useful functions
- Tailwind CSS, easy styling
we used Vite for this example, you can follow this guide to create a new React project with Tailwind CSS