| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
All In Campsters is my opportunity to put what i've learned during module 1 in practice.
HTML, CSS, NodeJS
Structure Style Linters-Linter is a tool to help you improve your code, it analizes the source code looking for problems.
-Mobile first design: it's addapted to mobile screens.
-Dynamic HTML: Write HTML Code using JavaScript.
-Link: https://codedit334.github.io/Module1_Capstone-Project/index.html.
-Here is the video description of the project.
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/Module1_Capstone-Project.gitInstall this project with:
cd Module1_Capstone-Project
npm installTo run the project, open index.html
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 .Deployed using Github Pages.
👤 Author1
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 dynamic HTML:
This project is MIT licensed. (Check the LICENSE file)
| Back | FazBrowse Home | New Git URL |