This is a simple React application that showcases various events through clickable cards. Each card navigates to a detailed page for the respective event.
srishti-events-app
├── public
│ └── index.html
├── src
│ ├── components
│ │ ├── EventCard.jsx
│ │ └── Navbar.jsx
│ ├── data
│ │ └── events.js
│ ├── pages
│ │ ├── HomePage.jsx
│ │ └── EventDetailPage.jsx
│ ├── App.jsx
│ ├── main.jsx
│ └── index.css
├── package.json
└── README.md
To get started with the project, follow these steps:
Clone the repository:
git clone <repository-url>
Navigate to the project directory:
cd srishti-events-app
Install the dependencies:
npm install
Start the development server:
npm start
Open your browser and go to http://localhost:3000 to view the application.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.
This project is licensed under the MIT License.