Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshayitzme/zuno
Hacktoberfest 21 : GitHub Profile Viewer created in Next.js and Tailwindcss
https://github.com/akshayitzme/zuno
good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest2021 nextjs reactjs
Last synced: about 16 hours ago
JSON representation
Hacktoberfest 21 : GitHub Profile Viewer created in Next.js and Tailwindcss
- Host: GitHub
- URL: https://github.com/akshayitzme/zuno
- Owner: akshayitzme
- Created: 2021-10-03T16:17:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T04:28:09.000Z (about 1 year ago)
- Last Synced: 2023-10-25T05:23:21.473Z (about 1 year ago)
- Topics: good-first-issue, hacktoberfest, hacktoberfest-accepted, hacktoberfest2021, nextjs, reactjs
- Language: JavaScript
- Homepage: https://zuno.netlify.app
- Size: 302 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔍 Zuno
![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/akshayitzme/zuno/CodeQL?style=for-the-badge)
![GitHub Hacktoberfest combined status](https://img.shields.io/github/hacktoberfest/2021/akshayitzme/zuno?style=for-the-badge)
![GitHub contributors](https://img.shields.io/github/contributors/akshayitzme/zuno?style=for-the-badge)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](https://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](/components) : where reusable components are located.
- [Functions](/functions) : {API Calling, Date Formatting}
- [Images](/images) : self explanatory
- [Pages](/pages) : where pages are located.. note that any file or folder in this directory will take part in routing.