Post It
2024 • Content Sharing Platform • Design & Full-Stack
[1] Project Overview
Post It is a simple web application where users can share their ideas, and others can view those ideas. The project mainly focuses on mastering the basics of CRUD (Create, Read, Update, Delete) operations using the Next.js framework. Also through this project, I also learned how to use MongoDB for backend data management and implemented Google Authentication to do the user login.
[2] Features
- • Authentication Features
- Google Auth: Allows users to access their accounts using google authentication.
- • Content Management Features
- CRUD Post: Create, Read, Update, and Delete posts, allowing people to manage their posts.
- • User Interaction Features
- View Posts: Allows users to view other people posts.