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

https://github.com/praisespjmt/sneakers-store

Sneakers store is an eCommerce store that allow users to view a collection of sneakers, select interested shoes into a cart for purchase. The store is built with React.js, HTML5, and CSS3.
https://github.com/praisespjmt/sneakers-store

css3 html5 javascript react

Last synced: 3 months ago
JSON representation

Sneakers store is an eCommerce store that allow users to view a collection of sneakers, select interested shoes into a cart for purchase. The store is built with React.js, HTML5, and CSS3.

Awesome Lists containing this project

README

          

# Sneakers Store

> Sneakers store is an eCommerce store that allow users to view a collection of sneakers, select interested shoes into a cart for purchase. The store is built with React.js, HTML5, and CSS3. This is a solution to the [E-commerce product page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/ecommerce-product-page-UPsZ9MJp6).

## Table of contents

- [Sneakers Store](#sneakers-store)
- [Table of contents](#table-of-contents)
- [📖 Overview](#-overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [💻 My process](#-my-process)
- [Built with](#built-with)
- [Prerequisites](#prerequisites)
- [App Setup](#app-setup)
- [What I learned](#what-i-learned)
- [Useful resources](#useful-resources)
- [👥 Author](#-author)
- [🤝 Contributing](#-contributing)
- [⭐️ Show your support](#️-show-your-support)
- [🙏 Acknowledgments](#-acknowledgments)
- [📝 License](#-license)

## 📖 Overview

### The challenge

Users should be able to:

- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Open a lightbox gallery by clicking on the large product image
- Switch the large product image by clicking on the small thumbnail images
- Add items to the cart
- View the cart and remove items from it

### Screenshot

Comming soon...

### Links

- Solution URL: Comming soon...
- Live Site URL: Comming soon...

## 💻 My process

### Built with

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)

![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white)

![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white)

![TailwindCSS](https://img.shields.io/badge/TailwindCSS-%2318B8D6.svg?style=for-the-badge&logo=TailwindCSS&logoColor=white) ![StyleLint](https://img.shields.io/badge/StyleLint-%2318B8D6.svg?style=for-the-badge)

![JavaScript](https://img.shields.io/badge/JavaScript-%23F0DB4F.svg?style=for-the-badge&logo=JavaScript&logoColor=white) ![ESlint](https://img.shields.io/badge/ESlint-%23F0DB4F.svg?style=for-the-badge)

![HTML5](https://img.shields.io/badge/HTML5-%23D93A2C.svg?style=for-the-badge&logo=HTML5&logoColor=white) ![LightHouse](https://img.shields.io/badge/LightHouse-%23D93A2C.svg?style=for-the-badge)

![CSS3](https://img.shields.io/badge/CSS3-%23006BB4.svg?style=for-the-badge&logo=CSS3&logoColor=white) ![StyleLint](https://img.shields.io/badge/StyleLint-%23006BB4.svg?style=for-the-badge)

### Prerequisites
The following applications are required to be installed for the project to run!
- Modern browser e.g [Google Chrome](https://www.google.com/chrome/), [Edge](https://www.microsoft.com/en-us/edge?r=1), [Firefox](https://www.mozilla.org/en-US/exp/firefox/new/) etc.
- [Node.js](https://nodejs.org/en/download/) LTS version
- [Git](https://git-scm.com/downloads)

### App Setup
- Clone [this](git@github.com:PraisesPJMT/Sneakers-Store.git) GitHub repository using `git clone git@github.com:PraisesPJMT/Sneakers-Store.git`
- Download all required modules using `npm install` inside the project directory (/Sneakers-Store)
- Launch project on browser using `npm start` inside the project directory (/Sneakers-Store)
- This should launch the app on the browser
- If the app is not opened immediately, then open [http://localhost:3000](http://localhost:3000) to view it in your browser.

### What I learned

> These are some aspects of the project challenge I am most proud of:

```html

Some HTML code I'm proud of


```
```css
.proud-of-this-css {
color: papayawhip;
}
```
```js
const proudOfThisFunc = () => {
console.log('🎉')
}
```

### Useful resources

Comming soon...

## 👥 Author
👤 **Praises Tula**

[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/PraisesPJMT/)
[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/praises-tula/)
[![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white)](https://twitter.com/PraisesPJMT/)

[![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:praisesmusa@gmail.com)
[![AngelList](https://img.shields.io/badge/AngelList-%23D4D4D4.svg?style=for-the-badge&logo=AngelList&logoColor=black)](https://angel.co/u/praises-tula/)
## 🤝 Contributing

Contributions, [issues](../../issues/), and feature requests are welcome!

## ⭐️ Show your support

Give a ⭐️ if you like this project!

## 🙏 Acknowledgments
- Frontend Mentor for this amazing project challenge
- Hat tip to you for checking out this amazing project.

## 📝 License

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