Front End Online Store

This project is an online store that uses public API to fetch product data. The application is built with JavaScript and React, and styled with SASS and Tailwind.

You can check a deployed version of this project here

Big thanks to contributors:

Installation

Clone the project

git clone git@github.com:vinicius-shk/Front-End-Online-Store.git

Navigate to the cloned repository

cd Front-End-Online-Store

To install the project's dependencies, run the following command:

npm install

Running the Development Server

To start the development server, run the following command:

npm start

This will start a development server on http://localhost:3000/. The application will automatically reload if you make changes to the code.

Usage

The application has a side bar that allows users to request products based on categories. You can add products to cart and review your cart before proceed to checkout.

Contributing

If you would like to contribute to this project, please submit a pull request with your proposed changes.