https://github.com/s-kvng/github-portforlio
https://github.com/s-kvng/github-portforlio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-kvng/github-portforlio
- Owner: s-kvng
- Created: 2023-06-06T17:40:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T02:24:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T16:29:46.894Z (5 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)