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

https://github.com/radespratama/seehoob

😎 Beautiful looking GitHub profiles with handy data
https://github.com/radespratama/seehoob

mini-project nextjs react tailwindcss typescript

Last synced: about 1 year ago
JSON representation

😎 Beautiful looking GitHub profiles with handy data

Awesome Lists containing this project

README

          

# 🚀 Quickstart

## Run the website locally

```
git clone https://github.com/radespratama/seehoob.git
```

## Setting up the project

```bash
cd seehoob

yarn || npm install
```

## Starting server

```bash
yarn dev || npm run dev
```

Server should now be running on [localhost:3022](https://localhost:3022)


# 🔧 Tools Used

![Typescript](https://img.shields.io/badge/Typescript-355DAB?style=for-the-badge&logo=Typescript&logoColor=white)
![NextJs](https://img.shields.io/badge/NextJs-1F2937?style=for-the-badge&logo=next.js&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/TailwindCSS-FFA451?style=for-the-badge&logo=tailwindcss&logoColor=white)


# 🤞 Contributing

After setting up the project, and making changes:

```git
git add .
git commit -m "commit message"
git push YOUR_REPO_URL YOUR_BRANCH
```