- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Music Festival Website is a project build to show the skills on developing a website for mass events such as conferences, festivals or any event or place that has a lineup or series of events happening. This website was built using only the 3 basic technologies of web development, HTML, CSS and JavaScript If you decide to use this project as a template to create your own website, please star my project as a sing of support. Thank you for picking!!!
Client
Server
- Responsive design.
- JvaScript rendering form db object.
- Basic UI.
To get a local copy up and running, follow these steps:
- HTML + CSS + JavaScript
- If you wish to work from this project by editing it's code:
git clone https://github.com/astroboyReloaded/astroboyReloaded.github.io.git
You may add linters to ensure adhering to best practices.
1.- Create a package.json:
npm init -y
or:
npm init
to fill up fields manually.
2.- Install all dependencies (linters):
npm install
- May use as a base or reference to develop your own portfolio.
- Run
npx hint .
to get an HTML review.
- Run
npx stylelint "**/*.{css,scss}"
to get a CSS review.
- Run
lighthouse <URL>
to get a performance review.
- Run
npx eslint .
to get a JavaScript review.
👤 astroboyReloaded
- GitHub: astroboyReloaded
- Twitter: @astroboyReload
- LinkedIn: LinkedIn
- Additional pages.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give me a star on GitHub.
I would like to thank Cindy Shin GUI & Graphic Designer for such a great desing.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.