This is a practice project built with Next.js to sharpen my frontend development skills. The content and images are placeholders and do not represent personal or professional information. Live demo
- Next.js App Routing: Implemented efficient navigation within the application.
- Responsive Layouts with Tailwind CSS: Designed a user interface that adapts seamlessly to various screen sizes.
- Dynamic Pages and Components: Created reusable and data-driven UI elements.
- Static and Server-Side Rendering: Explored different rendering strategies for optimal performance.
- Page SEO and Metadata: Enhanced search engine visibility and control over page information.
- Deployment to Vercel: Gained experience in deploying Next.js applications to a production environment.
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/Sunjo1/nextjs-portfolio.git
- Navigate into the project directory:
cd portfolio
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Once the server is running, visit
http://localhost:3000
in your browser to see the portfolio live.
-
Next.js - The React framework for production
-
React - A JavaScript library for building user interfaces
-
Tailwind CSS - A utility-first CSS framework for rapid UI development
-
Vercel - For seamless deployment and hosting
This project is intended for educational and personal learning purposes only. The content used within this project is not original.