A collaborative shopping list application that allows family members to create, manage, and share shopping items in real-time.
- User Authentication: Secure login and registration system
- Real-time Item Management: Add, check off, and delete shopping items
- Collaborative Experience: See who added each item
- Responsive Design: Works seamlessly on desktop and mobile devices
- User-friendly Interface: Clean, modern UI with intuitive controls
- Bulk Actions: Select all items or delete checked items with a single click
- Visual Feedback: Notifications for all user actions
- Organized Layout: Items displayed in a dedicated container with visual distinction
- Frontend: HTML5, CSS3, JavaScript (Vanilla)
- Backend: Node.js with Express
- Database: MongoDB
- Authentication: JWT (JSON Web Tokens)
-
Clone the repository:
git clone https://github.com/yourusername/family-shopping-list.git cd family-shopping-list
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory with the following variables:PORT=3000 MONGODB_URI=your_mongodb_connection_string JWT_SECRET=your_jwt_secret
-
Start the application:
npm start
-
Open your browser and navigate to
http://localhost:3000
- Register/Login: Create an account or log in with existing credentials
- Add Items: Type an item name and click "Add" or press Enter
- Mark Items: Check the box next to an item to mark it as completed
- Delete Items: Click the trash icon to remove your own items
- Bulk Actions: Use "Select all" to check all items, and "Delete checked" to remove multiple items at once
family-shopping-list/
├── public/
│ ├── css/
│ │ ├── style.css
│ │ └── auth.css
│ ├── app.js
├── views/
│ ├── login.html
│ └── register.html
├── routes/
│ └── auth.js
├── models/
│ ├── user.js
│ └── item.js
├── screenshots/
│ └── screen.png
├── server.js
└── package.json
- Fork the repository
- Create your feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add some amazing feature'
- Push to the branch:
git push origin feature/amazing-feature
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Font Awesome for the icons
- MongoDB Atlas for database hosting
- All contributors who have helped shape this project
© 2025 HauiBTC. All rights reserved.