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

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)

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
```