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
git clone https://github.com/SamarjeetBanik/github-users-finder.git
or you can simply download the whole project in a zip folder.- If you have cloned repo through git or any other terminal, then
Drag-and-drop the folder in your desired code editor
orextract the files and folders from zip and open the project in a code editor of your choice
. - Run
npm install
through terminal.
npm run serve
If you feel, anything can be better in this project, then you can just pull a request here or email me.🙂