Welcome to my personal website repository. The purpose of the site is to share my professional profile telling a little about my experiences, knowledge and portfolio. Feel free to get inspired, and I'll be happy to get your feedback (you can do that in the contact section 🙂).
Live | Technologies | Layout | Development environment | License
The main
branch of this project is hosted by Vercel and available through the domain https://www.leonardojacomussi.com/.
This project was developed with the following technologies:
React JS | |
Next JS | |
Typescript | |
Node JS | |
Emotion | |
Mui Material | |
SendGrid API | |
Google Maps Api | |
Git and Github | |
Figma |
You can view the project layout through THIS LINK. You must have a Figma account to access it.
This is a Next.js project bootstrapped with create-next-app
.
- Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
- Learn More
To learn more about Next.js, take a look at the following resources:
Next.js Documentation - learn about Next.js features and API. Learn Next.js - an interactive Next.js tutorial.
- Environment variables
In the root folder of the project, create a /.env.local
file with the following keys for the APIs to work (look for how to get your own keys):
NEXT_PUBLIC_GOOGLE_ANALYTICS_TAG=******
NEXT_PUBLIC_PERSONAL_EMAIL=******
NEXT_PUBLIC_SENDGRID_API_KEY=******
Replace ******
with your corresponding API keys.
This project is under the MIT license.