<aside>
💡 This Notion page is optimised for desktop screen sizes.
</aside>
Project Overview
Project Name
Role
Deployment URL
Description
Bruadarach
Full Stack Developer
https://next-bruadarach.vercel.app
This web application provides information on Korean culture, events, and news to help foreigners living in Korea.
This is a full-stack project built with Next.js and MongoDB and offers functionalities such as
- OAuth Authentication
- CRUD Operations
- Real-time Data Update
- Category Sort Search
- Image Upload
- Theme Toggle
- Responsive Design
- Pagination
- Rich Text Editor
Project Goals
- Build a full-stack application with Next.js 13.
- Integrate OAuth via NextAuth for multi-platform authentication.
- Implement real-time data updates using SWR.
- Optimize performance for faster load times.
- Ensure a fully responsive UI for a seamless user experience.
Project Achievements
1. Full-Stack Application with Next.js 13
- Set up project infrastructure with Next.js 13, MongoDB, and Prisma.
2. OAuth Authentication with NextAuth
- Integrated Google, GitHub, and Facebook login.
3. Real-Time Data Updates with SWR
- Allowed users to view updated comments instantly without refreshing.