This project requires Node.js to run and manage dependencies. This project is a customizable personal website template built with Next.js and Tailwind CSS. It's designed to be easy to use and adapt for your own professional profile, portfolio, or resume website.
with a table to list all your projects:
and mobile design:
First, ensure you have Node.js installed on your computer.
To get started with this template, follow these steps:
First, clone this repository to your local machine using:
git clone <repository-url>
Replace <repository-url>
with the actual URL of this repository.
Navigate into the project directory and install the required Node.js modules:
cd <project-directory>
npm install
Personalize Your Resume: Edit the info.js file located in the custom directory to add your resume information. This file includes placeholders for your about section, experiences, projects, education, and more.
Change Color Scheme: To customize the color scheme, modify the app/color.js file. This allows you to set your preferred colors for the website.
After customization, you can run the project locally to see the changes:
npm run dev
This command starts the Next.js development server, making the website accessible at http://localhost:3000.
npm run build
npm start
This process optimizes your project for the best performance.
app/color.js
. You'll find color variables that define the website's palette.info.js
. This file contains structured data for your resume.To deploy your website, you can use platforms like Vercel (recommended for Next.js projects), Netlify, or any other hosting service that supports Next.js applications. Follow the hosting service's instructions for deploying a Next.js project.
Feel free to fork this project and customize it as you wish. If you have suggestions or improvements, pull requests are welcome.
This project is open source and available under the MIT License.