Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.14 KB

File metadata and controls

20 lines (14 loc) · 1.14 KB

github-search-app

A simple GitHub users finder app, powered by Vue3.js and GitHub API. This app sums up all the major concepts of Vue3.js such as routing and state management. User credentials are saved in Firebase. Bootstrap 4 is used mainly for styling and less CSS usage.

To view a live demo, click here

Project setup

  1. git clone https://github.com/SamarjeetBanik/github-users-finder.git or you can simply download the whole project in a zip folder.
  2. If you have cloned repo through git or any other terminal, then Drag-and-drop the folder in your desired code editor or extract the files and folders from zip and open the project in a code editor of your choice.
  3. Run npm install through terminal.

Compiles and hot-reloads for development

npm run serve

Hope, you liked this project. Don't forget to 🌟 the repo, if you liked it.

If you feel, anything can be better in this project, then you can just pull a request here or email me.🙂

Thank You!