Details for: ad-portfolio

Summary:

My portfolio webpage with all the projects.

Description:

This portfolio was made using NextJS. It uses ISR (Incremental Static Regeneration) to fetch the data from Sanity. It revaildates the data at most once every day.

I chose Sanity to manage my data, because it is a great headless CMS (Content Management System). I can update all the data that I need from anywhere on Sanity and it will show on the portfolio page.

This portfolio website is using:

  • React JS,

  • NextJS,

  • ISR (Incremental Static Regeneration),

  • Tailwind CSS,

  • Framer Motion

  • Sanity

To run the project locally, enter the following in the command line / bash:

$ git clone [email protected]:GAlexandruD/ad-portfolio.git
$ cd ad-portfolio
$ yarn
$ yarn dev

Skills used:

NextJS Logo
Tailwind CSS Logo
Sanity Logo
TypeScript Logo
GitHub Logo
React Logo
JavaScript Logo