the-store icon indicating copy to clipboard operation
the-store copied to clipboard

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

The Store.

logo

The Store

📗 Table of Contents

  • 📗 Table of Contents
  • 📖 The Store
    • 🛠 Built With HTML and CSS
      • Tech Stack
      • Key Features
    • 💻 Getting Started
      • Prerequisites
      • Setup
      • Install
      • Usage
      • Run tests
      • Deployment
    • 👥 Author
    • 🔭 Future Features
    • 🤝 Contributing
    • ⭐️ Show your support
    • 📝 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:

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

(back to top)

👥 Author

👤 Julio Quezada

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

(back to top)

⭐️ Show your support

If you like this project please give a star.

(back to top)

📝 License

This project is MIT licensed.

(back to top)