Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/kelvin-ben/concert-page
Last synced: 2 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kelvin-ben/concert-page
- Owner: Kelvin-Ben
- License: unlicense
- Created: 2022-09-12T02:19:16.000Z (about 2 years ago)
- Default Branch: dev--2
- Last Pushed: 2024-03-20T19:12:12.000Z (8 months ago)
- Last Synced: 2024-03-20T22:04:35.049Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 6.84 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![IMG_20210430_165321 (3)](https://github.com/Kelvin-Ben/Concert-Page/assets/85459676/e5a34cee-38aa-4be2-84c6-0370551e552d)
# 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](https://github.com/Kelvin-Ben/Concert-Page/assets/85459676/50db46cb-a797-40c3-998b-8c77eb8c9604)
### 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](https://dreamy-faun-c8e3ff.netlify.app/index.html) 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**
- GitHub: [@Kelvin-Ben](https://github.com/Kelvin-Ben)
- Twitter: [@kevoyout144](https://twitter.com/kevoyout144)
- LinkedIn: [Kelvin Ben](https://www.linkedin.com/in/kelvinben/)### 🤝 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](../../issues/)._### Show your support
Give a ⭐️ if you like this project!
### Acknowledgments
- I'd want to express my appreciation to [Microverse](https://www.microverse.org/) for their excellent curriculum, which has enabled me to become an excellent software engineer.
- Original design idea by **Cindy Shin** in [Behance](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015)### 📝 License
The Concert Page is open-source and is released under the [MIT License](https://mit-license.org/).