MESS-WEB is a web-based platform designed to assist tiffin service owners in managing their business efficiently. The platform allows users to keep track of customer records, daily orders, and monthly payments tracker interface. It is built using React.js for the frontend, Bootstrap for responsive design, and Firebase for backend services such as authentication and data storage.
As a team project, my primary role was Frontend Developer, where I utilized React and Bootstrap to build the user interface and integrated Firebase for authentication and database functionalities.
- Frontend: React.js, Bootstrap
- Backend: Firebase (Authentication and Firestore Database)
- Version Control: Git and GitHub
- Customer Management: Add, update, and delete customer information seamlessly.
- Order Tracking: Keep track of daily, weekly, and monthly tiffin orders.
- Payment Calculations: Automatic calculation of total payments based on order history.
- User Authentication: Firebase Authentication for secure login and registration.
- Responsive Design: Optimized for both mobile and desktop devices.
=
Make sure you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/your-username/mess-web.git cd mess-web npm start
