Skip to content

Latest commit

 

History

History
222 lines (142 loc) · 5.17 KB

README.md

File metadata and controls

222 lines (142 loc) · 5.17 KB

All In Campsters

Module 1: Capstone Project

📗 Table of Contents

📖 [Capstone Project 1]

All In Campsters is my opportunity to put what i've learned during module 1 in practice.

🛠 Built With

HTML, CSS, NodeJS

Tech Stack

Structure
Style
Linters

Key Features

-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.

(back to top)

🚀 Live Demo

-Link: https://codedit334.github.io/Module1_Capstone-Project/index.html.

(back to top)

🎥 Video Description

-Here is the video description of the project.

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need: Open terminal on the same folder of the project and run:

 npm install

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com/codedit334/Module1_Capstone-Project.git

Install

Install this project with:

  cd Module1_Capstone-Project
  npm install

Usage

To run the project, open index.html

Run tests

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 .

Deployment

Deployed using Github Pages.

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • Integrating Google Analitics

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project send your feedback to encourage me to do more.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for offering me this opportunity to learn, and practice my skills.

(back to top)

❓ FAQ

-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.

(back to top)

📝 License

This project is MIT licensed. (Check the LICENSE file)

(back to top)