DormDeals is a modern e-commerce website designed to cater to the needs of hostel residents. It provides a platform for users to buy and sell items.
To get started with DormDeals, follow these steps:
- Registration/Login: Sign up or log in to your DormDeals account.
- Browse Items: Explore a wide range of items listed by other users.
- Search: Use the search functionality to find specific item.
- Details: Click on any item for coplete details.
- Sell: You can list any item by clicking on sell button and giving out details.
- User Profile: Manage your user profile and view your listings.
- Log out: Use the log out button to sign out of your account in the Profile section.
- User Authentication: Secure registration and login functionality.
- Item Listings: Users can list items they want to sell with details.
- Item Search: Users can search for items based on categories or keywords.
- User Profiles: Personalized profiles for users to manage their listings.
- Responsive Design: Ensures a seamless experience across different devices.
To run the frontend locally, follow these steps:
-
Clone the repository:
git clone https://github.com/RishabhJain0721/Dorm-Deals-Frontend.git
-
Navigate to the project directory:
cd Dorm-Deals-Frontend
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and visit http://localhost:3000 to access the application.
Although the project will work with only the frontend part installed locally(because backend is hosted), you can install the backend part too and run the whole application locally. Visit this repo for the backend : https://github.com/RishabhJain0721/Dorm-Deals-Backend
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- Version Control: Git, GitHub
- Welcome Page
- Signup Page
- Login Page
- DashBoard Page
- Item Page
- Item-Selling Page
- User Profile Page
- About Page