Welcome to the Event Management System! This project allows users to perform basic event management tasks, such as creating and managing events.
- User registration
- User login
- Event creation
- Event management (delete)
Before you begin, ensure you have the following dependencies installed:
To register a new user, follow these steps:
- Open the application in your preferred web browser.
- Click on the "Register" button.
- Fill in the required information (e.g., username, email, password).
- Click the "Submit" button to register.
To log in as a registered user:
- Open the application in your preferred web browser.
- Click on the "Login" button.
- Enter your credentials (username or email and password).
- Click the "Login" button to access your account.
To create a new event:
- Navigate to the "Create Event" section.
- Fill in the event details (e.g., title, date, location).
- Click the "Create Event" button to add the event.
To manage events:
-
Log in as a registered user.
-
Navigate to the "Upcoming Events" section.
-
Here, you can view, or delete your created events.
Feel free to contribute to the development of this project! Check out the contributing guidelines for more information.