A simple and intuitive platform to post, update, delete, and like your cherished memories. Users can sign up, log in, and securely manage their memories.
- Authentication:
- Secure sign-up and login with email, name, and password.
- Logout functionality to end the session.
- CRUD Operations:
- Create, read, update, and delete memories.
- Like Memories:
- Users can like their favorite memories.
- Responsive Design:
- Fully responsive UI for seamless experience across devices.
Frontend:
- React
- Redux (for state management)
- Tailwind CSS (or CSS frameworks of your choice)
Backend:
- Node.js
- Express
Database:
- MongoDB
Authentication:
- JSON Web Tokens (JWT)