This project will allows user to fetch all public repositories based on the keyword entered in the search box. In this project we are using github api to search for repositories. The api provides response based on name or discription matches.
- Ruby on Rails
- Nodejs
- Stimulus js
- Bootstrap
-
Clone the repositoty
-
Install gem package
bundle install
-
Install yarn packages
bash yarn install