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

https://github.com/victorokoroji/clothing-shop

This is an e-comerce website that enable women to purchase there desired clothes.
https://github.com/victorokoroji/clothing-shop

Last synced: about 2 months ago
JSON representation

This is an e-comerce website that enable women to purchase there desired clothes.

Awesome Lists containing this project

README

        

# clothing-shop
This is an e-commerce website that enable people to purchase there desired clothes over the internet rather than at a physical location. Through this website can process orders, accept payments, manage shipping and logistics, and provide customer service.

![screenshot](./src/Images/Screen-shoot.gif)

My goal here is to Build a single page web application for clothing-shop-app using the React library, Click [here](https://space-travellers-booking-app.herokuapp.com/) to get a live preview of the project.

## Built With
- React
- GraphQL
- Redux
- Stylelint
- ESlint
- GitFlow.
- NPM.

### Prerequisites
The basic requirements for building the executable are:

- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)

# Getting Started

#### Cloning the project

```
git clone https://github.com/vickymarz/women-clothing-shop.git
```
## Getting packages and dependencies
To get all package modules required to build the project run:
```
npm install
```
every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.

## Building

To build the project run:
```
npm run build
```
after you run this sucessfully you'd locate the build from in the ```build``` folder located from the parent directory of the project.

## Running

To run the program on a browser through a server run this command in your cli
```
npm start
```
This should open the page in your localhost on port 3000. then you'd be able to view the built page generated using webpack.

## 🤝 Contributing

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

## Author

👤 **Victor Okoroji**

- GitHub: [@githubhandle](https://github.com/vickymarz)
- Twitter: [@twitterhandle](https://twitter.com/Vicky_marz)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/victorebubeokoroji/)

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Scandiweb

## 📝 License

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