Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crclothier/javascript-capstone


https://github.com/crclothier/javascript-capstone

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet) [![](https://img.shields.io/badge/LIVE-DEMO-blue)](https://crclothier.github.io/JavaScript-Capstone/)

# CM SHOPPING WEBSITE
The CM Shoping website is built with JavaScript, HTML, and CSS. Webpack, ES6 features, and notably modules have been used in developing this website. The CM Shopping Website consumes DummyJSON and Involvement APIs. The overall website styles are done using CSS.

## Screenshot

![screenshot](src/assets/images/screenshot.png)

## Built with

- Major languages: HTML, CSS, JavaScript
- Technologies used: Github, Linters, Webpack, Gitflow

## Prerequisites

- npm ( Node Package Manager )
- git and Github Account

### Setup

To get a local copy up and running follow these simple example steps.

- Open terminal
- Change the directory you want put the repo
- Then run

- Run git clone [email protected]:CRClothier/JavaScript-Capstone.git

- cd repo-name/

- `npm install` on the root directory of your project

- `npm run start`

### Install

- **Webhint** linter

`npm install --save-dev [email protected]`

- **Stylelint** linter

`npm install --save-dev [email protected] [email protected] [email protected] [email protected]`

- **ESLint** linter

`npm install --save-dev [email protected] [email protected] [email protected] [email protected]`

### Run tests

- **Webhint** linter -`npx hint .` on the root of your directory of your project.
- **Stylelint** linter
- `npx stylelint "**/*.{css,scss}"` on the root of your directory of your project.
- **ESLint** linter
- `npx eslint .` on the root of your directory of your project.

## Authors

👤 **Chris CRClothier**
- Github: [@CRClothier](https://github.com/CRClothier)

- Linkedin: [@crclothier](https://www.linkedin.com/in/crclothier/)

👤 **Mengstu Fentaw**

- Github: [@mengiefen](https://github.com/mengiefen)
- Twitter: [@MengistuFentaw](https://twitter.com/MengistuFentaw)
- Linkedin: [@mengefen](https://www.linkedin.com/in/mengefen/)

## Contributers

## Acknowledgments

- To morning session team,reviewers and standup team memebers.

## Live Demo

**[LIVE DEMO](https://crclothier.github.io/JavaScript-Capstone/)**

## 📝 License

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