https://github.com/salatech/js-e-commerce
This is a simple Ecommerce web
https://github.com/salatech/js-e-commerce
addtocart cart ecommerce-website javscript
Last synced: 2 months ago
JSON representation
This is a simple Ecommerce web
- Host: GitHub
- URL: https://github.com/salatech/js-e-commerce
- Owner: salatech
- Created: 2022-07-06T19:35:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T15:03:01.000Z (over 2 years ago)
- Last Synced: 2023-03-08T21:56:11.720Z (about 2 years ago)
- Topics: addtocart, cart, ecommerce-website, javscript
- Language: HTML
- Homepage: https://salatech.github.io/js-e-commerce/
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce App
This is the code for an e-commerce web application, built with HTML, CSS, and JavaScript.
## Technologies Used
- HTML
- CSS
- JavaScript
- [Bootstrap](https://getbootstrap.com/)
- [Firebase](https://firebase.google.com/) (for database and authentication)## Features
- User-friendly interface
- Responsive design for mobile devices
- Dynamic product listing
- Shopping cart and checkout feature
- User authentication and authorization with Firebase
- Admin panel for managing products and orders## Getting Started
1. Clone the repository
2. Set up a Firebase project and configure the project's Firebase configuration in the `firebaseConfig.js` file.
3. Open the `index.html` file in your browser to view the application.## Deployment
This app can be deployed on any web server of your choice.## Note
Please make sure to update the `firebaseConfig.js` file with your own Firebase configuration before deploying the app in production.## Author
salatech