Skip to content

My personnal developer portfolio, built with React, Next.js and Tailwind CSS

Notifications You must be signed in to change notification settings

KevinNizet/portfolio

Repository files navigation

Kévin Nizet's Portfolio

Welcome to my development portfolio !

This portfolio showcases a selection of my projects and achievements in software development. I'm passionate about creating innovative and functional solutions, and this portfolio reflects my journey and skills in development.

How to reach me 📝

Email : kevin.nizet@gmail.com

LinkedIn : link

Feel free to explore my projects above and reach out to me for any collaboration or professional opportunities !


Demo 🎥

View live preview here.


Table of Contents 📜


Sections 🔖

  • HERO SECTION
  • ABOUT ME
  • EXPERIENCES
  • SKILLS
  • PROJECTS
  • EDUCATION
  • CONTACT

Installation ⬇️

You will need to download Git and Node to run this project

Make sure you have the latest version of both Git and Node on your computer.

node --version
git --version


Getting Started 🎯

Install packages from the root directory

Once you have fork and clone the repo, you should install all the packages.

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

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


Usage 🕹️

On emailjs.com you can create a new account for the mail sending. After setup emailjs account, you should create a new .env file from .env.example file.

Eg:

NEXT_PUBLIC_EMAILJS_SERVICE_ID =
NEXT_PUBLIC_EMAILJS_TEMPLATE_ID =
NEXT_PUBLIC_EMAILJS_PUBLIC_KEY =

Packages Used 📦

Used Package List
next
@emailjs/browser
lottie-react
react-fast-marquee
react-icons
react-toastify
typwriter-effect
react-toastify
sass
tailwindcss

Credits 👥

This projects is freely inspired from @Abu Said open source project