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

https://github.com/alejandroq12/the-store

The Store is an e-commerce platform created with React.js + Redux Toolkit.
https://github.com/alejandroq12/the-store

css dom html javascript reactjs redux redux-toolkit

Last synced: 5 days ago
JSON representation

The Store is an e-commerce platform created with React.js + Redux Toolkit.

Awesome Lists containing this project

README

        

The Store.


logo

The Store

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 The Store ](#-the-store-)
- [🛠 Built With HTML and CSS](#-built-with-html-and-css)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 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-)
- [📝 License ](#-license-)

# 📖 The Store

The Store is an e-commerce platform created with React.js + Redux Toolkit.

## 🛠 Built With HTML and CSS

### Tech Stack

Client

### Key Features

- **A complete website that simulates an e-commerce platform.**
- **Responsive design.**
- **Correctly implemented Redux Toolkit**

(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:

- A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/).
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- `node` should be installed in your local machine, [node website](https://nodejs.org/en/download/).
- Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).

### Setup

Clone this repository to your desired folder or download the Zip folder:

```
https://github.com/Alejandroq12/the-store.git

```

- Navigate to the location of the folder in your machine:

**``you@your-Pc-name:~$ cd the-store``**

### Install

To install all dependencies, run:

```
npm install
```

### Usage

To run the project, follow these instructions:

- After cloning this repo to your local machine.
- You must use `npm start` command in terminal to run this at the localhost.

### Run tests

To run tests, run the following command:

- Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
- Track JavaScript linter errors run:
```
npx eslint "**/*.{js,jsx}"
```
### Deployment

You can deploy this project using: Render,
- I will use Render Pages to deploy my website.
- For more information about deployment on Render see "[Netlify](https://render.com/)".

(back to top)

## 👥 Author

👤 **Julio Quezada**

- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)

(back to top)

## 🔭 Future Features

- [ ] **[I will make this project a complete e-commerce website]**

(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 a star.

(back to top)

## 📝 License

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

(back to top)