Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Event Talks Application

This is a single-page web application displaying a schedule of technical talks for a one-day event. It features:

  • A dynamic schedule with talk timings and transitions.
  • A lunch break built into the schedule.
  • Speaker and talk category information.
  • A search functionality to filter talks by category.
  • The application is bundled into a single, serverless HTML file for easy deployment.

How to Run Locally

  1. Save the event_website.html file to your local machine.
  2. Open your terminal or command prompt, navigate to the directory where you saved event_website.html.
  3. Start a simple Python HTTP server:
    • Python 3: python3 -m http.server
    • Python 2: python -m SimpleHTTPServer
  4. Open your web browser and go to http://localhost:8000/event_website.html.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Node.js (for initial development server, not required for the serverless HTML)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages