| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Girls shows is a simple web app that fetches aswell as store data in multiple apis and display them it uses modular architechture aswell as webpack.
HTML, CSS, NodeJS v18
Structure Style Module Bundler LintersModular JS architecture.
Module Bundler.
To get a local copy up and running, follow these steps.
In order to run this project you need: Open terminal on the same folder of the project and run:
npm installClone this repository to your desired folder:
cd my-folder
git clone git@github.com/codedit334/JS_Group_Capstone.gitInstall this project with:
cd JS_Group_Capstone
npm installRun Dev Server (Port 3001)
npm run dev
npm run build
To run tests, run the following command:
To check for html errors run:
npx hint .To check for css errors run:
npx stylelint "**/*.{css,scss}"To check for js errors run:
npx eslint .👤 Author1
👤 Author2
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project send your feedback to encourage me to do more.
I would like to thank Microverse for offering me this opportunity to learn, and practice my skills.
-Why use linters?
-Why use modular programming?
-Why use a Bundler?
This project is MIT licensed. (Check the LICENSE file)
| Back | FazBrowse Home | New Git URL |