Overview:
This is a web simulation of a personal portfolio website themed after Ubuntu 20.04, built using Next.js and tailwind CSS. Users are encouraged to clone the project to make edits by modifying the files in the /src/components directory. Instructions for running the project on localhost are provided using npm commands, with a note for users with yarn as well. Furthermore, setting up the contact form to work requires creating an account in EmailJS and configuring the necessary service. The project was created using Create Next App.
Features:
- Ubuntu 20.04 Theme: Personal portfolio website designed with the Ubuntu 20.04 theme.
- Next.js & Tailwind CSS: Built using Next.js and styled with tailwind CSS for a modern look.
- Editable Components: Users can clone the project and edit files in the /src/components directory.
Installation:
- Clone the project by running:
git clone <repository_url>
- Navigate to the project directory:
cd project-directory
- Install dependencies using npm:
npm install
- Start the project on localhost:
npm start
- To build the app after editing, run:
npm run build
- For users with yarn, replace npm commands with yarn in the above steps.
Summary:
The web simulation showcases a personal portfolio website featuring an Ubuntu 20.04 theme, implemented using Next.js and tailwind CSS. Users can easily make edits by cloning the project and adjusting files in the /src/components directory. Additionally, guidance is provided on setting up the project on localhost and configuring the contact form functionality using EmailJS. With a focus on simplicity and customization, this project offers a platform for individuals to modify and enhance their online portfolio presence.