Skip to content

Latest commit

 

History

History
194 lines (125 loc) · 4.94 KB

README.md

File metadata and controls

194 lines (125 loc) · 4.94 KB

📗 Table of Contents

📖 [GLOBAL REMOTE SOFTWARE DEVELOPER SUMMIT 2023]

This website is the result of the first Capstone Project for the Microverse Program😊. This is showing the World Tour for La Rienda Band, an argentinian band that will travel around the world.👌

🛠️ Built With

Tech Stack

Client

Key Features

  • Landing Page for activities
  • Mobile first development
  • Responsiveness and flexibility for any screen size
  • Apply JavaScript best practices and language style guides in code.👌
  • Use JavaScript to manipulate DOM elements.
  • Use JavaScript events.💯
  • Use objects to store and access data.
  • Communicate technical concepts to other technical people.

(back to top)

🤯 Walk through video

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy of this project up and running on your local machine follow the steps below.

Prerequisites

  • Basic html, css and medium Javascript know how.
  • Git installation
  • A text editor
  • A terminal
  • A web browser to view output e.g Google Chrome
  • An IDE e.g Visual studio code

Setup

  • Clone this repository or download the Zip folder:
git clone https://github.com/musangamfure/capstone-project-module1.git
  • Navigate to the location of the folder in your machine:

you@your-Pc-name:~$ cd <folder>

Usage

  • After Cloning this repo to your local machine
  • Open the index.html in your browser

Run Tests

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

npx stylelint "**/*.{css,scss}"

Track JavaScript linter errors run:

npx eslint .

Deployment

  • I used GitHub Pages to deploy my website
  • For more information about publishing sources, see "About github page"

Author

👤 Is-Musangamfura Emmanuel

🔭 Future Features

Future changes:

  • improve slider responsiveness
  • Add more webpages such as Tickets Page and Schedule Page.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐ Show your support

Give a ⭐ if you like this project!

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

(back to top)