prometheus-portfolio

Minimalist, fully responsive portfolio made with React and NextJS.

MIT License

Stars
1

Prometheus Portfolio

Minimalist, fully responsive portfolio made with React and NextJS. 🎦 LIVE PREVIEW

✨ 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 image

🕹️ How to run the project locally

  1. Install dependencies

    npm install
    
  2. Run the development server:

    npm run dev
    

For deploys I am currently using Netlify.