- I developed an SNS web page using React.js and Node.js. This platform includes features such as following and followers, feed creation, likes, and comments.
- 2024.10.23 ~ 2024.10.29
- Idea Conceptualization
- The project was based on creating a basic social media platform, inspired by Instagram.
- Database Design
- User table for sign-up
- Feed table
- Attachments table to store image paths for posts
- Table for "likes" on posts
- Table for comments on posts
- Table for user following relationships
- Feature Implementation
- Implemented core social media features (Instagram-like) using React and Node.js to improve understanding of both technologies
- Created CRUD functionality for posts, and implemented like, comment, and follow features
- Developed multi-file attachment functionality
- Added image swipe feature via a popup window
https://github.com/JeonDam18/reactMiniProject/blob/main/server/Catchup(SNS).txt