RiyaBulia12 / Microversity-Spring-Fest

The project is based on an online website for a college cultural fest. It aids easy access to information related to all the events and allows hassle-free registration for students.

Home Page:https://github.com/RiyaBulia12/Microversity-Spring-Fest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microversity Folklore Fest

This project is built under the tutelage of the Microverse community. The project is based on an online website for a college cultural fest. It aids easy access to information related to all the events and allow hassle-free registration for students. The main motto is to showcase the learning of web development technologies like HTML, CSS and Javascript. The website is currently built with only two pages, Home and About, which gives enough idea about what the Microversity Folklore fiesta is, the location of the event and way to reach out in case of any query.

Built With

  • Languages: HTML5, CSS5, JavaScript
  • Frameworks: Bootstrap5
  • Tools Used: Github Desktop
  • VCS: Git
  • Package Manager: Node, NPM
  • Template Reference: Cindy Shin Behance

Live Demo

Microversity Folklore Fiesta

Getting Started

Project Setup

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

Prerequisites

  • You need to have Code Editor Installed
  • Make sure Nodejs and NPM is installed in your system for linters

Setup

  1. Clone the repo in your local machine:
git clone https://github.com/RiyaBulia12/Project.git
  1. Open terminal and cd into project
cd Project
  1. Open the index.html in your brower:
open index.html

Install

To check linters run the following command:

  1. Install WebHint:
npm install --save-dev hint@7.x
  1. Install StyleLint
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x 

Check Linters Error

  1. To check CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}"
  1. To fix CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}" --fix
  1. To check HTML linters error
npx hint .

Authors

👤 Riya Bulia

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

The project is based on an online website for a college cultural fest. It aids easy access to information related to all the events and allows hassle-free registration for students.

https://github.com/RiyaBulia12/Microversity-Spring-Fest


Languages

Language:HTML 50.3%Language:JavaScript 25.5%Language:CSS 24.2%