Skip to content

Fundspay/ticketmaster-admin-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticketmaster Admin Website

Short Description

An admin website built in React featuring simple email-based login, event management, and ticket registration with mock API integration for rapid local development.

Overview

This project is a lightweight admin website built using HTML, CSS, and React JS. It provides:

  • Login Page: A simple form that validates the admin email (test.ticket.master.2025@gmail.com).
  • Dashboard: A welcome page that links to event management and ticket registration pages.
  • Add Event Page: A form to create events. It automatically sets the event date to the current time and accepts a title and description.
  • Register Ticket Page: A form to register tickets by submitting a POST request to a mock API endpoint.

Getting Started

Prerequisites

  • Node.js and npm installed on your system.
  • Git for version control.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/ticketmaster-admin-website.git
    cd ticketmaster-admin-website
    
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm start

About

An admin website built in React featuring email-based authentication, event management, and ticket registration using mock API endpoints for rapid local development and testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors