Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T12:38:24.000Z (11 months ago)
- Last Synced: 2024-10-06T16:41:32.144Z (about 1 month 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: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prometheus Portfolio
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![GitHub issues](https://img.shields.io/github/issues/Giuseppetm/prometheus-portfolio)](https://github.com/Giuseppetm/prometheus-portfolio/issues/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/cb050127-a0a9-4d88-b45a-9d99ba56bb70/deploy-status)](https://app.netlify.com/sites/giuseppedelcampo/deploys)Minimalist, fully responsive portfolio made with React and NextJS. đĻ [LIVE PREVIEW](https://prometheusportfolio.netlify.app/)
![preview](public/preview.png)
## ⨠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 |
|--------------|-----------|
| ![image](https://github.com/Giuseppetm/prometheus-portfolio/assets/52317197/ea35352e-c32f-4d05-97ed-291b6f4f5421) | ![image](https://github.com/Giuseppetm/prometheus-portfolio/assets/52317197/d455ff3d-2b59-48e1-8768-c8ff0e47eb50) |## đšī¸ 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/).