In our auction web application you just need to upload your product and thats it! whenever the auction ends the winner will be able to purchase his item.
- Table Of Contents
- Why it made and why you should use it
- What options do I have on this website
- How to run
- Screenshots
- Technologies
- Demo
- What next
- Everyone at home has a lot of clothes, or any other products that isn't in daily use, why not sell them?
- Everything will be done automatically for you! just post the product and get payment.
- It's easy to use, and UI friendly for both mobile and screen users!
- Beautiful and easy to use UI
- Responsive design for both phone and PC users
- Secured user account using CryptoJS and JWT
- Ability to post and bid on new products you desire
- Dashboard for the user to show products you've put up to auction and products you've bid on, with the ability for user actions.
- A fully functioning search engine and filtering for everything posted
- Ability to add to cart and purchase using Stripe
In the project directory, you can run:
1.Clone the repo.
2.Run npm install
.
3.run npm start
4.Navigate to http://localhost:3000
.
1.Clone the server repo.
2.Run npm install
.
3.run nodemon server.js
.
log in
Home page with a fully functioning search engine across the site
Quick access categories and products
All products page can be sorted by whatever you desire and with pagination
Product page with an ability to buy now or bid!
Responsive design and a cart for purchasing!
Client: -ReactJS -Redux -Axios -Styled components -Stripe
Server: -Node.js -express -mongoDB -mongoose -stripe -JWT -CryptoJS
- add an option to repost a product
- make notifications whenever a user wins the bid to both winner and auctioner
- make top bided section