Overview:
The Personal Portfolio / Resume is a web application made with Next.js, Typescript, and Chakra UI. It serves as a personal portfolio and resume website. The website can be accessed at https://rafaelgoulartb.vercel.app/. The project was released in 2020 under the MIT license by RafaelGoulartB.
Features:
- Next.js for server-side rendering (SSR) and route control.
- Vercel for website deployment.
- Typescript for type-checking and enhanced tooling capabilities.
- Chakra UI for building accessible and responsive user interfaces.
Installation:
To run the Personal Portfolio / Resume website locally, follow these steps:
- Install the dependencies by running the following command in the terminal:
npm install
- Run the application using the following command:
npm run dev
- Open http://localhost:3000 in your browser to see the result.
Summary:
The Personal Portfolio / Resume is a web application built with Next.js, Typescript, and Chakra UI. It offers features such as server-side rendering, route control, and responsive user interfaces. The project can be run locally by installing the dependencies and running the application command.