← Back to projects

Portfolio V1

Summary

This site is the first version of a portfolio I created as a personal project to develop my skills in Javascript, Typescript, CSS and HTML. For this project I didn’t create a design beforehand because the aim was to concentrate on the technical side. For the styling of the pages I used the TailwindCSS framework to save time and for the client side I used the NextJS framework, which offers a number of features.

Maquette de mon premier portfolio

Colour palette

Voir l'image Page d'accueil du portfolio v1

Features

NextJS Framework

I used the NextJS framework for this site. I chose NextJS to discover development exclusively in Javascript, because it offers a system of ready-to-use and easy-to-use routes. To create a route, all you have to do is create a folder with the name of the route in the “pages” folder, launch the server and enter the corresponding URL.

TailwindCSS

In addition to NextJS, I’ve integrated TailwindCSS to style the pages. TailwindCSS lets you create elegant, responsive interfaces quickly thanks to its preconfigured utility classes.

For the contact form, I used the Nodemailer module to manage the sending of emails.

← Back to projects

Portfolio V1

My other projects

All my projects