Create a portfolio website that showcases three prior projects from the past year. These three projects should be listed:
- Semester Project 2
- JavaScript Frameworks CA
- Project Exam 2
- Next.js
- Chakra-ui
This is where you list how to get the project started. It typically just includes telling a person to clone the repo and then to install the dependencies e.g.
- Clone the repo:
https://github.com/ineaw/portfolio-2-feu.git
- Install the dependencies:
yarn install
To run the app, run the following commands:
yarn dev
Open http://localhost:3000 with your browser to see the result.
To build this application i took inspiration from these two tutorials:
https://www.coffeeclass.io/articles/nextjs-crash-course-build-a-developer-portfolio-website
From Next.js exapmles: https://nextjs.org/examples / https://github.com/vercel/next.js/tree/canary/examples/with-mdx-remote