Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 883 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 883 Bytes

Overkill Search Bar

Overkill search bar for anime quotes, used as an example for an introduction to React for the OS Usach community.

usage

clone this repository

on the root folder, install the dependencies

npm install

run the development server

npm run dev

dependencies

create a new React project

we used Vite for this example, you can follow this guide to create a new React project with Tailwind CSS