https://github.com/blase147/my-shop
My Shop is an ecommerce template for my online shop. It has a responsive frontend layout coded in React while fetching asynchronous data from API endpoints built with Ruby on Rails.
https://github.com/blase147/my-shop
ecommerce javascript react-native redux ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
My Shop is an ecommerce template for my online shop. It has a responsive frontend layout coded in React while fetching asynchronous data from API endpoints built with Ruby on Rails.
- Host: GitHub
- URL: https://github.com/blase147/my-shop
- Owner: blase147
- License: mit
- Created: 2023-12-02T22:51:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T19:52:55.000Z (over 2 years ago)
- Last Synced: 2025-03-28T20:15:12.159Z (over 1 year ago)
- Topics: ecommerce, javascript, react-native, redux, ruby, ruby-on-rails
- Language: JavaScript
- Homepage:
- Size: 693 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 📗 Table of Contents
- [📖 My Shop](#-My-Shop)
- [🛠 Built With](#-built-with-)
- [Tech Stack](#tech-stack-)
- [Key Features](#key-features-)
- [🚀 Live Demo](#-live-demo-)
- [💻 Getting Started](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage-)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author](#-author-)
- [🔭 Future Features](#-future-features-)
- [🤝 Contributing](#-contributing-)
- [⭐️ Show your support](#️-show-your-support-)
- [🙏 Acknowledgments](#-acknowledgments-)
- [📝 License](#-license-)
**My Shop** is an e-commerce template for my online shop. It has a responsive frontend layout coded in React while fetching asynchronous data from API end-points built with Ruby on Rails.
![]()
Client
Server
- Categories Page.
- Products Page.
- Product details.
- My Favourites collection.
- Add to Cart.
- My Cart
- Checkout Page
- Responsive Design.
- State Management using Redux toolkit.
- Use latest ES6 modules.
- Online Payment Gateways
- Axios for making HTTP requests from the server.
- [My Shop]()
To get a local copy up and running, follow these steps.
### Prerequisites
To run this project you need:
- [API](https://github.com/blase147/my-shop)
- [git](https://git-scm.com/)
- [node.js](https://nodejs.org/en/)
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
### Setup
Clone this repository to your desired folder:
```
git clone git@github.com:blase147/my-shop.git
cd myShop
```
### Install
Install thr project dependencies with:
```
npm install
```
To run the project, execute the following command:
```
npm start
```
### Run tests
To run the test, execute the following command:
```
npm test
```
### Deployment
You can deploy this project using:
```
npm run deploy
```
👤 **Chukwuma Paul Mosanya**
- [GitHub](https://github.com/blase147)
- [Twitter](https://twitter.com/ChukwumaMosanya)
- [LinkedIn](https://www.linkedin.com/in/chukwuma-mosanya)
- Coming soon.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/blase147/my-shop/issues).
If you like this project and want to support me in making cooler projects Give this project a Star.
I am grateful to God Almighty for the strength of mind and vigour of body.
This project is [MIT](./LICENSE) licensed.