https://tech-eshop.netlify.app/
The Electronics Marketplace is a single-page application (SPA) designed for buying laptops and accessories. You’ll find an extensive selection of products, catering to all your tech needs. Whether you're looking for the latest laptops or essential accessories, we've got you covered.
When you log in, you can also contribute to the marketplace by adding your own products, making it easy to share your offerings with others. Enjoy a seamless shopping experience as you browse, compare, and purchase items, all in one convenient place.
Electronics Marketplace uses a number of open-source projects to work:
- MongoDB - Free and open-source cross-platform document-oriented database
- Mongoose - Elegant MongoDB object modelling for NodeJS
- NodeJS - Evented I/O for the backend
- ExpressJS - Fast, unopinionated, minimalist web framework for NodeJS
- JSONWebToken - Used for authorization
- ReactJS - A JavaScript library for building user interfaces
The aim of this project is to demonstrate how to build a full-stack application using the MERN stack. In this project, I’ve utilized:
- JWT authentication
- Unit testing
- Rest API
- GraphQL
- React Hooks
- Context API
The project requires:
-
Anonymous users
- View all laptops and details about each one
- View all accessories and details about each one
- Login/Register
-
Authenticated users
- Add your own laptop
- Add your own accessory
- Delete products, which you have created
- Add products in shopping cart
- Manage products in the shopping cart
- Finish checkout
-
Admin users
- Delete each product
- View all checkouts
- Complete checkout
MIT