The platform allows sellers to directly upload information about the product they want to sell. Similar to an actual advertisement, this information includes a picture and textual description of the product. Buyers can contact the seller without any third-party intervention, bargain the price and buy.
- User registration.
- Advertisement post selecting a category, city and condition of the product.
- Image uploading for the advertisement.
- Provide your product owner phone number for contact.
- Edit any information about your advertisement.
- Delete your advertisement.
- Update your profile info.
- Add Products to your favorites list.
- Recommended products based on your favorite categories.
- Admin functionalities for managing the application.
- Location based search.
- Explore a category for all products.
- Search by a product name.
user.mp4
admin.mp4
# Install dependencies
npm install
# Run app
npm start
open [localhost:3000] in the browser
# Build app
npm run build