GitHub Profile Viewer created in Next.js and Tailwindcss
- Shows
- Followers
- Following
- Stars
- Public Repo Count
- ..etc
- fork this repo
- clone your fork
- check if nodejs is installed by running
node -v
- if previous command returned a version number.. you're good to go.
- if that command returned an error install nodejs from nodejs.org
- enter repo directory and install node modules
yarn install
ornpm install
- running dev server
yarn dev
ornpm run dev
- feel free to contribute on everything.
- for discussions open a new issue
- take a look at existing issues
- Happy Hacktoberfest ⚡ Enjoy Open Sourcing !
- this project is created using next.js which is powered by react.js
- Folder Structure:
- Components : where reusable components are located.
- Functions : {API Calling, Date Formatting}
- Images : self explanatory
- Pages : where pages are located.. note that any file or folder in this directory will take part in routing.