- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
All In Campsters is my opportunity to put what i've learned during module 1 in practice.
HTML, CSS, NodeJS
Structure
Style
-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 install
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com/codedit334/Module1_Capstone-Project.git
Install this project with:
cd Module1_Capstone-Project
npm install
To 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
- GitHub: @codedit334
- Twitter: @oussedit
- LinkedIn: Oussama Elabdioui
- Integrating Google Analitics
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?
- The use of linters helps to diagnose and fix technical issues, also linters can help teams achieve a more readable and consistent style, through the enforcement of its rules.
-Why use dynamic HTML:
- Using dynamic HTML Avoids writing repetetive code, thanks to JS loops.
This project is MIT licensed. (Check the LICENSE file)