Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crclothier/javascript-capstone
https://github.com/crclothier/javascript-capstone
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crclothier/javascript-capstone
- Owner: CRClothier
- Created: 2022-03-07T20:01:07.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-21T11:38:58.000Z (9 months ago)
- Last Synced: 2024-11-02T12:42:42.558Z (about 2 months ago)
- Language: JavaScript
- Size: 737 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.