- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
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.👌
Client
- 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.
To get a local copy of this project up and running on your local machine follow the steps below.
- 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
- 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>
- After Cloning this repo to your local machine
- Open the
index.html
in your browser
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 .
- I used GitHub Pages to deploy my website
- For more information about publishing sources, see "About github page"
👤 Is-Musangamfura Emmanuel
- GitHub: @musangamfure
- Twitter: @musangamfure
- LinkedIn: @Musangamfura Emmanuel
Future changes:
- improve slider responsiveness
- Add more webpages such as Tickets Page and Schedule Page.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you like this project!
- Templete used in project provided by (Microverse).
- Original design idea by Cindy Shin in Behance.
This project is MIT licensed.