Skip to content

Microverse Module 1 Capstone Project - A responsive educational conference page. It includes a main page with a header, a program section, and a speakers section. It has a second page called About, with two sections, published logo, previous events, and a footer.

License

Notifications You must be signed in to change notification settings

jcmunav63/MV_Capstone_project_M1

Repository files navigation

MV_Capstone_project_M1

Module 1 Capstone Project - Conference page (HTML, CSS & JAVASCRIPT)

📗 Table of Contents

📖 [MV_Capstone_project_M1 - Module 1 Capstone Project - Conference Page (HTML, CSS & JAVASCRIPT).]

MV_Capstone_project_M1 It's a Conference Page responsive web site! This is a Capstone Project to include all learning topics of Microverse Program's Module 1. Final branch: Document the project.

🛠️ Built With

Tech Stack

  • HTML
  • CSS
  • JAVASCRIPT

Key Features

  • Good HTML and CSS practices
  • A webpage with the use of linters
  • Flexbox & Grid
  • Responsive Web Design
  • Basic interactivity with JavaScript

(back to top)

Live Demo

🚀 Live Demo Link to our deployed project.

💻 Getting Started

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

Prerequisites

In order to run this project you need the following tools:

  • A modern web browser (Chrome, Firefox, Safari, Edge).
  • An IDE (e.g.: Vscode, Sublime Text,...).
  • A terminal (Git Bash).

Setup

Clone this repository to your desired folder by running the following commands in your terminal:

  cd your-prefered-folder-name
  
  git clone https://github.com/jcmunav63/MV_Capstone_project_M1.git

Install

  • Install this project with:
  cd MV_Capstone_project_M1

  npm init -y

  npm install --save-dev hint@7.x

  npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

  npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x

Usage

To run the project, execute the following command:

  Open the project in live server (VS Code) or Open the index.html file on your browser.

Run Linters tests

To run tests, run the following command:

  npx hint . (option: --fix)
  
  npx stylelint "**/*.{css,scss}" (option: --fix)

  npx eslint . (option: --fix)

👥 Authors

👤 Juan Carlos Muñoz

(back to top)

🔭 Future Features

  • Accessibility features

(back to top)

🤝 Contributing

All 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, please support me with a like or a star.

(back to top)

🙏 Acknowledgments

Thanks to my learning partners and the staff at Microverse.

Thanks to Cindy Shin, the designer of this awesome 'CC Global Summit 2015' design. You can find it here: https://www.behance.net/gallery/29845175/CC-Global-Summit-2015

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Microverse Module 1 Capstone Project - A responsive educational conference page. It includes a main page with a header, a program section, and a speakers section. It has a second page called About, with two sections, published logo, previous events, and a footer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published