https://github.com/iamyajat/retro-portfolio-website
A retro design portfolio
https://github.com/iamyajat/retro-portfolio-website
portfolio portfolio-website react reactjs
Last synced: about 1 month ago
JSON representation
A retro design portfolio
- Host: GitHub
- URL: https://github.com/iamyajat/retro-portfolio-website
- Owner: iamyajat
- Created: 2021-10-21T19:59:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T03:20:11.000Z (over 3 years ago)
- Last Synced: 2025-04-15T00:16:47.842Z (about 1 month ago)
- Topics: portfolio, portfolio-website, react, reactjs
- Language: JavaScript
- Homepage: https://retro.iamyajat.com
- Size: 4.53 MB
- Stars: 15
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retro Portfolio

### Screenshots



[Demo link](https://retro-portfolio.pages.dev/)
### Before Running
Have the following installed on your computer:- [Git](https://git-scm.com/downloads)
- [Node.js](https://nodejs.org/)
- [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)### Cloning the project
Using your terminal, run the following command in the directory where you want the project:- SSH: `[email protected]:iamyajat/retro-portfolio-website.git`
- HTTP: `https://github.com/iamyajat/retro-portfolio-website.git`### Running the Project
First, install the depedencies in the project! In a terminal, make sure you are in the directory of the project and run (depending on your package manager):| npm | yarn |
| ----------- | ----------- |
| `npm install` | `yarn` |Next, simply run the project with the following command in your terminal (depending on your package manager):
| npm | yarn |
| ----------- | ----------- |
| `npm start` | `yarn start` |This will run the project at [http://localhost:3000](http://localhost:3000). To close the project at any time, press `CTRL+C` in your terminal.