A modern React.js web application built with Vite that allows users to browse technology events and provides administrators with tools to manage those events.
- User-Friendly Interface: Clean, modern design with intuitive navigation
- Event Management: Full CRUD (Create, Read, Update, Delete) operations for events
- Responsive Design: Works seamlessly on desktop, tablet, and mobile devices
- Admin Panel: Secure area for managing events
- Local Storage: Data persistence using browser's localStorage
- Modern UI: Smooth animations and transitions
- React.js - Frontend framework
- Vite - Build tool and development server
- React Router - Routing library
- CSS3 - Styling with modern features
Follow these steps to set up the project locally:
-
Clone the repository
git clone https://github.com/your-username/tech-event-calendar.git cd tech-event-calendar -
Run the project
npm run dev
