PORT TOEYJIRA – Personal Portfolio Web Application
PORT TOEYJIRA is a personal portfolio web application designed to showcase information about the developer, including experiences, projects, and skills. This website is built using Next.js to achieve a modern design, fast loading speed, full responsiveness across all devices, and SEO optimization.
- Present personal information and developer skills
- Showcase past projects with details
- Support SEO and fast loading
- Designed to be responsive on all devices
- Home – Introduction and overview
- Blogs – Articles on coding and various technologies
- Gallery – Collection of certificates
- Projects – Showcasing completed projects
- Contact – Contact form and social media links
- Dark Mode – Supports Light/Dark theme
- Admin Panel – Add, delete, and edit content via the admin system
- Frontend: CSS3, HTML5, JavaScript, Next.js, React.js, AOS, Swiper, Typed.js
- Backend & Database: MongoDB Atlas, Mongoose, NextAuth.js
- Deployment: Vercel
- Other: Axios, Cloudinary
- Clone the repository
git clone https://github.com/TOEYJIRAKID/dev-portfolio-project.git cd <Path> # Replace with "BACKEND" or "FRONTEND"
- Install dependencies
npm install
- Run the project
npm run dev
- Open http://localhost:3000 to view the project.
