https://github.com/jkrmarmol/v2
my personal portfolio
https://github.com/jkrmarmol/v2
Last synced: about 1 month ago
JSON representation
my personal portfolio
- Host: GitHub
- URL: https://github.com/jkrmarmol/v2
- Owner: jkrmarmol
- Created: 2023-03-06T14:17:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T06:13:12.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T20:19:34.456Z (about 1 month ago)
- Language: CSS
- Homepage: https://jkrmarmolv2.vercel.app/
- Size: 4.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **My Personal Website v2**
This repository contains the source code for my personal website. The website is built using HTML, CSS, Sass, React JS, and TypeScript using Vite.js. view [here](https://jkrmarmolv2.vercel.app/)## **Prototype**
You can view the prototype of the website [here](https://www.figma.com/proto/1ha9IV8yaiLRSMXZ2iveYJ/new-react-portfolio?page-id=0%3A1&node-id=4%3A24&viewport=601%2C-514%2C0.31&scaling=scale-down&starting-point-node-id=2%3A2)## **Installation**
To run the website locally, follow these steps:1. Clone the repository:
git clone https://github.com/jkrmarmol/v22. Choose wether html or react folder. If you chose the html folder just click on index.html to open on browser .And If you chose react folder continue to next step.
2. Install dependencies:
npm install3. Start the development server:
npm run dev4. Open http://localhost:3000 in your web browser to view the website.
## **Build**
To build the website for production, run npm run build. This will generate a dist folder containing the built website files.## **Contributing**
If you find a bug or have a feature request, please open an issue on GitHub. Pull requests are also welcome!Feel free to customize this template to fit your needs. Let me know if you have any questions!