Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyakushw/virtual-space-organizer-online-store
Virtual Space Organizer is a website specialized in selling aesthetically appealing furniture designed to elevate the ambiance of your home or office. It's a dynamic marketplace where you can discover distinctive pieces to personalize your space
https://github.com/shreyakushw/virtual-space-organizer-online-store
Last synced: about 1 month ago
JSON representation
Virtual Space Organizer is a website specialized in selling aesthetically appealing furniture designed to elevate the ambiance of your home or office. It's a dynamic marketplace where you can discover distinctive pieces to personalize your space
- Host: GitHub
- URL: https://github.com/shreyakushw/virtual-space-organizer-online-store
- Owner: shreyakushw
- License: mit
- Created: 2024-01-08T17:47:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T09:07:29.000Z (5 months ago)
- Last Synced: 2024-07-21T10:02:37.819Z (5 months ago)
- Language: HTML
- Size: 42.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virtual-Space-Organizer-Online-Store
## Overview
The Virtual Space Organizer is an innovative online platform designed to revolutionize the way furniture and home accessories are bought and sold. Our website offers a seamless experience for both buyers and sellers, utilizing a combination of HTML, CSS, JavaScript, and server-side scripting with `server.js`.
We leverage the power of Google Spreadsheets to create a dynamic marketplace where sellers can showcase their products by uploading images and descriptions. Users can effortlessly browse, add items to their cart, and make purchases.
## Key Features
- **Seller Accounts**: Dedicated accounts for sellers to manage their inventory, upload product details, and personalize their storefronts.
- **User Accounts**: Users can create accounts to access a wide array of products, add items to their cart, and enjoy a streamlined shopping experience.
- **Dynamic Marketplace**: Browse and search for furniture and home accessories with ease.
- **Google Spreadsheets Integration**: Efficient data management where uploaded images and product details are stored.## Technologies Used
- **Frontend**: HTML, CSS, JavaScript
- **Backend**: Server-side scripting with `server.js`
- **Data Management**: Google Spreadsheets## Screenshots
1. **Home Page**:
![Input Screen](screenshots/homepage.jpg)
2. **Login Page**:
![Output Screen](screenshots/loginpage.jpg)
3. **SignUp Page**:
![Output Screen](screenshots/signupPage.jpg)
4. **Seller's SignUp Page**:
![Output Screen](screenshots/seller_signupPage.jpg)
5. **Product Page**:
![Output Screen](screenshots/productPage.png)
6. **Cart Page**:
![Output Screen](screenshots/cart.png)## How It Works
1. **For Sellers**:
- Create an account to start managing your inventory.
- Upload product images and descriptions.
- Personalize your storefront to enhance visibility.2. **For Users**:
- Register to access and browse products.
- Add items to your cart and make purchases.
- Enjoy an interactive and user-friendly interface.## Getting Started
### Prerequisites
- Node.js
- npm (Node Package Manager)### Installation
1. **Clone the Repository**:
```sh
git clone https://github.com/shreyakushw/Virtual-Space-Organizer-Online-Store.git2. **Navigate to the Project Repository**:
```sh
cd Virtual-Space-Organizer-Online-Store3. **Install Dependencies**:
```sh
npm install4. **Run the Application**:
```sh
node server.js5. **Access the Website**:
Open your web browser and navigate to `http://localhost:3000` to start using the platform.