https://github.com/mar-bdv/reactshop
Currently a demo version, with plans for further development.
https://github.com/mar-bdv/reactshop
pern-stack react
Last synced: 11 months ago
JSON representation
Currently a demo version, with plans for further development.
- Host: GitHub
- URL: https://github.com/mar-bdv/reactshop
- Owner: mar-bdv
- Created: 2024-07-08T14:56:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-09T14:18:52.000Z (over 1 year ago)
- Last Synced: 2025-02-13T01:51:18.087Z (about 1 year ago)
- Topics: pern-stack, react
- Language: JavaScript
- Homepage: https://reactshop-client.onrender.com/
- Size: 3.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Furniture Online Store - "dream space"
This project is a demo online store for furniture and home goods, built using the PERN stack (PostgreSQL, Express, React, and Node.js). It provides basic e-commerce functionality such as product listings, a shopping cart, and user registration.
## Features
- View product listings with details
- Add products to the shopping cart
- Remove items from the cart
- User registration and authentication
- Responsive design for mobile and desktop
- Search and filter functionality for easy product navigation
## Tech Stack
- Frontend: React (with hooks and context API for state management)
- Backend: Node.js and Express
- Database: PostgreSQL (using Sequelize ORM for database interactions)
- API: RESTful API for communication between frontend and backend
- Authentication: JWT (JSON Web Tokens) for secure user authentication