Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s-kvng/github-portforlio


https://github.com/s-kvng/github-portforlio

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Github Portfolio
A SPA website dedicated to only my github profile...
A Simple Webapp built with React & powered by Github API.

## Tech Stack
- Frontend: React.js, HTML, CSS
- Vite
- Tailwindcss
- API : GitHub API

## Features
- Profile Page
- Projects Page
- Project Detail Page

## Functionality (Concepts)
- Routing with React-Router
- Use of custom hooks

## Run Locally

Clone the project

```bash
git clone [email protected]:s-kvng/Github-Portforlio.git
```

Go to the project directory

```bash
cd github-portforlio
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```

## Authors

- [@s-kvng](https://www.github.com/s-kvng)