/zuno

Primary LanguageJavaScript

🔍 Zuno

contributions welcome GitHub Workflow Status GitHub Hacktoberfest combined status GitHub contributors

GitHub Profile Viewer created in Next.js and Tailwindcss

Features

  • Shows
    • Followers
    • Following
    • Stars
    • Public Repo Count
    • ..etc

Set Up

  • 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 or npm install
  • running dev server yarn dev or npm run dev

Contributing

  • feel free to contribute on everything.
  • for discussions open a new issue
  • take a look at existing issues
  • Happy Hacktoberfest ⚡ Enjoy Open Sourcing !

Dev Notes

  • 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.