An open API service indexing awesome lists of open source software.

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.

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

**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.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **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.**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://visionary-eclair-eaf65a.netlify.app)

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **Abdelmejid Oumer Ali**

- GitHub: [@amejid](https://github.com/amejid)
- Twitter: [@amejidoumer](https://twitter.com/amejidoumer)
- LinkedIn: [Abdelmejid Oumer Ali](https://linkedin.com/in/amejid)

(back to top)

## 🔭 Future Features

- [ ] **Allows more login options.**
- [ ] **Design backend with Node.js.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐️!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for giving me the opportunity to learn and grow as a developer.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)