Currently, we cannot search for a repo that matches topics that we are interested in.
This project allows users to search for repos based on multiple topics that the user keyed in.
Make sure you have nodejs and npm installed
Clone the repo
git clone https://github.com/SyafiqTermizi/github-search.git
Install NPM packages
npm install
Start dev server
npm run dev
Congratulations, the project is now running on localhost:5173!