Web simulation of Ubuntu 20.04, made using NEXT.js & tailwind CSS
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.
git clone <repository_url>
cd project-directory
npm install
npm start
npm run build
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.