A collection of full-stack mini-projects built using Node.js, Express, MongoDB, and various frontend technologies (React, EJS). These projects demonstrate backend and frontend integration with a focus on simplicity and functionality.
# | Project Name | Description | Code |
---|---|---|---|
1 | My Keep | Secure and efficient notes app. | View Code |
2 | Todo App | A simple CRUD todo app with category filtering. | View Code |
# | Project Name | Description | Code |
---|---|---|---|
3 | Blog App | A simple and elegant blog platform. | View Code |
4 | URL Shortener | A tool to shorten URLs and track visits. | View Code |
Each project folder includes:
- Source code
- Documentation
- Screenshots (if available)
These projects are built using:
- Frontend: React (Vite), Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- State Management: React Context API (where applicable)
- Other: Axios, React Toastify
- Frontend: EJS, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: JSON Web Tokens (JWT)
- File Uploads: Multer