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.
- Host: GitHub
- URL: https://github.com/alejandroq12/the-store
- Owner: Alejandroq12
- Created: 2023-02-14T18:07:42.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-27T22:29:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T05:51:09.989Z (26 days ago)
- Topics: css, dom, html, javascript, reactjs, redux, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 454 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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 is an e-commerce platform created with React.js + Redux Toolkit.
## 🛠 Built With HTML and CSS
Client
- **A complete website that simulates an e-commerce platform.**
- **Responsive design.**
- **Correctly implemented Redux Toolkit**
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/)".
👤 **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
- [ ] **[I will make this project a complete e-commerce website]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give a star.
This project is [MIT](./MIT.md) licensed.