https://github.com/ranger-nf/personal-website
🏕 Personal website made with React JS! (vite)
https://github.com/ranger-nf/personal-website
portfolio-website ui vite vite-react
Last synced: 7 months ago
JSON representation
🏕 Personal website made with React JS! (vite)
- Host: GitHub
- URL: https://github.com/ranger-nf/personal-website
- Owner: Ranger-NF
- License: mit
- Created: 2023-11-27T16:09:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T17:45:22.000Z (8 months ago)
- Last Synced: 2025-07-07T08:07:24.498Z (7 months ago)
- Topics: portfolio-website, ui, vite, vite-react
- Language: TypeScript
- Homepage: https://justfahad.me
- Size: 51.3 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the code behind justfahad.me — my little corner of the internet. It's a clean, simple website where I share who I am, what I do, and the cool things I’ve built or worked on.
I made this site to be fast, minimal, and easy to explore. No clutter, no fancy distractions — just me, my projects, and links to stuff I care about.
🚀 Live Website: https://justfahad.me
> 🏗 Made using [Vite React](https://vite.dev/)
## Guide
### How to view / run the website locally?
1. Clone this repository
```
git clone https://github.com/Ranger-NF/Breakthrough
```
2. In the directory root, run
```
npm i
```
3. To view the site, run
```
npm dev
```