Kelvin-Ben / Concert-Page

I build an online website for a conference which is a concert. I implemented javascript features where a section of html was created dynamically by javascript code.

Home Page:https://concert-page.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMG_20210430_165321 (3)

CONCERT PAGE

The concert page is a web-based project that shows upcoming events as well as the speakers who will be presenting at these events. The project was created with HTML, CSS, and JavaScript and is intended to provide users with an easy-to-use interface that allows them to view all of the necessary details of upcoming concerts and speakers in one place. Users can quickly and easily plan which events they want to attend and learn more about the speakers presenting at these events with clear and concise information about the events and speakers.

concertpage

Features

  • Upcoming Events: The page displays a list of upcoming concerts and provides information about the date, time, location, and featured speakers for each event.
  • Speaker Profiles: Users can view detailed profiles of the invited speakers, including their biographies, photos, and previous works.
  • Event Registration: Users have the option to book spaces to attend the concerts by registering on the platform. The registration process collects necessary information such as name, email, and contact details.
  • User Authentication: The application supports user authentication, allowing users to create accounts, log in, and manage their bookings.

Technologies Used

The Concert Page is built using the following technologies:

  • JavaScript: The project utilizes JavaScript for the logic and interactivity of the application, including DOM manipulation and event handling.
  • HTML: The structure and layout of the page are created using HTML.
  • CSS: CSS is used to style the application and provide an appealing user interface.

Live Demo

Click here to view an online version of the project

Installation

To run the Concert Page locally on your machine, follow these steps:

  • Clone the repository: git clone [repository-url].
  • Navigate to the project directory: cd concert-page.
  • Open the index.html file in your preferred web browser.

Author

👤 Kelvin Benjamin

🤝 Contributing

Contributions to the Concert Page are welcome and encouraged. If you'd like to contribute, please follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bug fix: git checkout -b my-feature.
  • Make the necessary changes and commit your code: git commit -am 'Add new feature'.
  • Push the changes to your forked repository: git push origin my-feature.
  • Submit a pull request detailing your changes.

NOTE: Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • I'd want to express my appreciation to Microverse for their excellent curriculum, which has enabled me to become an excellent software engineer.
  • Original design idea by Cindy Shin in Behance

📝 License

The Concert Page is open-source and is released under the MIT License.

About

I build an online website for a conference which is a concert. I implemented javascript features where a section of html was created dynamically by javascript code.

https://concert-page.vercel.app

License:The Unlicense


Languages

Language:HTML 38.7%Language:SCSS 26.9%Language:CSS 24.3%Language:JavaScript 10.1%