A frontend web portfolio built using Typescript, Next.js, and Tailwind to showcase my skills, work, and experience.
Live Link to my Portfolio here.
- Built the frontend of the portfolio page using Typescript, React, and Next.js 13, and styled it with Tailwind.
- Implemented responsive design using Tailwind to ensure the website looks good on all screen sizes.
- Node.js: You will need to have Node.js installed on your computer. The minimum version of Node.js that your application requires is v14.17.0. You can download the latest version of Node.js from the official website: Node.js Download
- Git: You will need to have Git installed on your computer to clone the repository and manage your codebase. You can download Git from the official website: Git Download
-
Installing Dependencies
- Make sure you have Node.js installed on your machine.
- Clone the repository from GitHub:
git clone https://github.com/joseph-w-valdez/portfolio-page.git. - Navigate to the cloned repository using the
cdcommand:cd portfolio. - Run
npm installto install all dependencies.
-
No database creation or file import is necessary for this project.
-
Running Build Scripts
- Run
npm run buildto build the project for production. - Alternatively, you can run
npm run devto start the project in development mode.
- Run
