← BACK

shristi

JavaScript ⭐ 0

Srishti Events App

This is a simple React application that showcases various events through clickable cards. Each card navigates to a detailed page for the respective event.

Features

  • Home page displaying a list of events as cards.
  • Clickable cards that route to individual event detail pages.
  • Responsive design for better user experience.

Project Structure

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

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd srishti-events-app
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Open your browser and go to http://localhost:3000 to view the application.

Technologies Used

  • React
  • React Router
  • CSS for styling

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

License

This project is licensed under the MIT License.