Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-kvng/github-portforlio
https://github.com/s-kvng/github-portforlio
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-kvng/github-portforlio
- Owner: s-kvng
- Created: 2023-06-06T17:40:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-13T02:24:11.000Z (over 1 year ago)
- Last Synced: 2024-11-11T01:35:18.314Z (2 months ago)
- Language: JavaScript
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)