https://github.com/amejid/crown-store
A full-stack e-commerce web application built with React, Redux, and Firebase. It is a fully functional e-commerce website that allows users to browse products, add products to cart, and checkout. It also allows users to sign up, sign in, and sign out. It also allows users to make payments using Stripe.
https://github.com/amejid/crown-store
firebase react redux-saga typescript
Last synced: 3 months ago
JSON representation
A full-stack e-commerce web application built with React, Redux, and Firebase. It is a fully functional e-commerce website that allows users to browse products, add products to cart, and checkout. It also allows users to sign up, sign in, and sign out. It also allows users to make payments using Stripe.
- Host: GitHub
- URL: https://github.com/amejid/crown-store
- Owner: amejid
- License: other
- Created: 2022-11-21T15:02:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T11:25:58.000Z (over 3 years ago)
- Last Synced: 2025-12-08T17:53:58.224Z (7 months ago)
- Topics: firebase, react, redux-saga, typescript
- Language: TypeScript
- Homepage: https://visionary-eclair-eaf65a.netlify.app/
- Size: 502 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Crown Store** is a full-stack e-commerce web application built with React, Redux, and Firebase. It is a fully functional e-commerce website that allows users to browse products, add products to cart, and checkout. It also allows users to sign up, sign in, and sign out. It also allows users to make payments using Stripe.
Client
Server
Database
- **It allows users to sign up, sign in, and sign out.**
- **It allows users to browse products.**
- **It allows users to add products to cart.**
- [Live Demo Link](https://visionary-eclair-eaf65a.netlify.app)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Node environment to run it locally.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:amejid/crown-store.git
```
### Install
Install this project with:
```sh
cd crown-store
yarn install
```
### Usage
To run the project, execute the following command:
```sh
yarn start
```
### Run tests
To run tests, run the following command:
```sh
yarn test
```
### Deployment
You can deploy this project using:
```sh
git push origin main
```
👤 **Abdelmejid Oumer Ali**
- GitHub: [@amejid](https://github.com/amejid)
- Twitter: [@amejidoumer](https://twitter.com/amejidoumer)
- LinkedIn: [Abdelmejid Oumer Ali](https://linkedin.com/in/amejid)
- [ ] **Allows more login options.**
- [ ] **Design backend with Node.js.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a ⭐️!
I would like to thank Microverse for giving me the opportunity to learn and grow as a developer.
This project is [MIT](./LICENSE) licensed.