Its a github profile searching app build using vue ,firebase and axios .
It gives repository of username entered after login in the application.
User signined data is stored using firebase auth.
DEMO ACCOUNT :
username: one@loc.dev
password : 123456
npm install
npm run serve
npm run build
npm run lint
See GITHUB PROFILE SEARCH APP.
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/akshatjain14/githubapp.git
git push -u origin main