Skip to content

ErnestLeung52/ernest-portfolio-website

Repository files navigation

Ernest's Portfolio Website V1

Introduction

Visit the Live Project Here

This is my personal portfolio website, a project that showcases my skills, experience, and projects. I built this responsive website using Next.js and Tailwind CSS for the frontend.

Features

The website includes the following pages and features:

  • Hero: A brief introduction about me.
  • About: Detailed information about my skills, experiences, and educational background.
  • Projects: A showcase of my projects, including a brief description, technologies used, and links to live demos and source code.
  • Contact: A contact form where visitors can send me a message.

Setup & Installation

If you'd like to run the project locally, follow these steps:

  1. Clone the repository to your local machine using git clone <repo-link>.
  2. Navigate into the project directory cd <project-folder>.
  3. Install the required dependencies with npm install.
  4. Start the development server with npm run dev.

Usage & Deployment

For local development, the site will be available at http://localhost:3000.

For production deployment, I recommend using Vercel, the platform built by the creators of Next.js. You can deploy straight from your repository. Follow the official Next.js deployment documentation for more details.

Contributions

While this is a personal project, I'm open to collaborations. If you have suggestions for improvements, feel free to open an issue or make a pull request.

License

This project is open source and available under the MIT License.

Contact

If you have any questions, feel free to reach out to me at [email protected].

Acknowledgements

I'd like to thank everyone who motivated and helped me in completing this project. Special thanks to the creators of Next.js and Tailwind CSS for creating these great tools that make web development easier.