/portfoliov2

Personal portfolio made with Next.js, GraphCMS and TailwindCSS.

Primary LanguageJavaScriptMIT LicenseMIT

Portfolio logo

danielagiorgio.com

Daniela Giorgio Documentation Maintenance License: MIT GitHub Pull Requests GitHub Contributors Github Repo Size

Second iteration of my web portfolio. Made with Next.js, GraphCMS, TailwindCSS and Vercel.

Portfolio v2. Built by Daniela Giorgio


📌 Table of Contents

✨ Demo

https://danielagiorgio.com/

💻 Technologies

🚀 Features

  • Blog page
  • Projects page
  • Search posts
  • Dark & light theme

Lighthouse Performance Audit

Perfect Google Chrome Lighthouse score

(If you run the audit, do it on incognito without any ad-blocking extensions).

👷‍♀️ How to run

You need to install Node.js. Then you may choose between:

  • npm

    npm i npm@latest -g

    or...

  • yarn

    npm i -g yarn

Clone Repo

git clone https://github.com/danigiorgio/portfoliov2.git

Rename env file

Rename .env-example to .env and add a GRAPHQL_URL_ENDPOINT

Install Dependencies

yarn

Run Aplication

yarn dev 

Open http://localhost:3000 with your browser to see the result.

🐛 Issues

Contributions, issues and feature requests are welcome. I always appreciate feedback!
Feel free to check issues page if you want to contribute.

🤝 Contributing

First of all, thank you for being interested in helping out, your time is always appreciated in every way.

Here's some tips:

  • Check the issues page for already opened issues (or maybe even closed ones) that might already address your question/bug/feature request.
  • Feature requests are welcomed! Provide some details on why it would be helpful for you and others, explain how you're using bull-board and if possible even some screenshots if you are willing to mock something!

📕 License

Copyright © 2021 Daniela Giorgio.
This repo is MIT licensed.

⬆ Back to Top