https://github.com/giuseppetm/prometheus-portfolio
Minimalist, fully responsive portfolio made with React and NextJS.
https://github.com/giuseppetm/prometheus-portfolio
html-css-javascript javascript next next-js nextjs portfolio portfolio-page portfolio-site portfolio-template portfolio-website react template web-application webapp website website-template
Last synced: 5 months ago
JSON representation
Minimalist, fully responsive portfolio made with React and NextJS.
- Host: GitHub
- URL: https://github.com/giuseppetm/prometheus-portfolio
- Owner: Giuseppetm
- License: mit
- Created: 2022-05-30T17:04:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T12:38:24.000Z (over 2 years ago)
- Last Synced: 2025-04-07T12:15:38.614Z (about 1 year ago)
- Topics: html-css-javascript, javascript, next, next-js, nextjs, portfolio, portfolio-page, portfolio-site, portfolio-template, portfolio-website, react, template, web-application, webapp, website, website-template
- Language: JavaScript
- Homepage: https://prometheusportfolio.netlify.app/
- Size: 21.8 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prometheus Portfolio
[](https://lbesson.mit-license.org/)
[](https://github.com/Giuseppetm/prometheus-portfolio/issues/)
[](https://app.netlify.com/sites/giuseppedelcampo/deploys)
Minimalist, fully responsive portfolio made with React and NextJS. đĻ [LIVE PREVIEW](https://prometheusportfolio.netlify.app/)

## ⨠Features
1. Fully responsive;
2. Possibility to add a description about yourself modifying the `Hero` section;
3. Possibility to add your social links in `Header` and `Footer` components;
4. Possibility to add your projects modifying the `Projects` file in the data folder;
5. Your information is properly indexed on search engines through the use of a specific library called **NextSEO**.
6. Cool performance:
| Mobile | Desktop |
|--------------|-----------|
|  |  |
## đšī¸ How to run the project locally
1. Install dependencies
```sh
npm install
```
2. Run the development server:
```sh
npm run dev
```
For deploys I am currently using [Netlify](https://app.netlify.com/).