Skip to content

codedit334/Module1_Capstone-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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)

About

All In Campers, is a website that represents AIC, it uses Flexbox and css grid for layout. Main Program is rendered using dynamic HTML.

Topics

Resources

License

Stars

11 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors