Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.