An open API service indexing awesome lists of open source software.

https://github.com/alonepranav/techfest-simmc

This website I made in the Design Fire competition round of TechFest at SIMMC ( Suryadatta Institute of Management ).
https://github.com/alonepranav/techfest-simmc

competition design-fire reactjs responsive tailwindcss techfest typescript

Last synced: about 1 month ago
JSON representation

This website I made in the Design Fire competition round of TechFest at SIMMC ( Suryadatta Institute of Management ).

Awesome Lists containing this project

README

          

# TechFest | SIMMC

### This is just a simple UI that I made in the *Design Fire* competition of SIMMC.

Welcome to the repository for the **TechFest | SIMMC** website. This platform provides all the essential details regarding the TechFest event, including event schedules, registration and more.

## Table of Contents
- [Overview](#overview)
- [Website Sections](#website-sections)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Contributing](#contributing)

## Overview
TechFest is an annual technology festival organized by **SIMMC** to bring together tech enthusiasts, students, and professionals. The event features various technical competitions, workshops, and guest lectures to inspire and engage participants.

## Website Sections
The website consists of multiple sections:

- **Home**: Overview of TechFest, its objectives, and key highlights.
- **Events**: Details of all competitions, workshops, and sessions.
- **Sponsors**: Acknowledgments of organizations supporting the event.
- **Gallery**: A collection of past event highlights in images and videos.
- **Contact**: Contact details and a form for inquiries.

## Features
- **Responsive Design**: Works seamlessly on desktops, tablets, and mobile devices.
- **Interactive Elements**: Includes countdown timers, event filters, and registration forms.
- **Social Media Integration**: Stay updated with the latest announcements.
- **User-Friendly Navigation**: Easy access to different sections for quick information retrieval.

## Technologies Used
- **Frontend**: React.js, Typescript, TailwindCSS

## Installation
To run the project locally:

```bash
# Clone the repository
git clone https://github.com/alonepranav/TechFest-SIMMC.git

# Navigate to the project directory
cd techfest-simmc

# Install dependencies
npm install

# Start the development server
npm run dev
```

## Contributing
Contributions are welcome! If you'd like to improve the website:

1. Fork the repository.
2. Create a new branch: `git checkout -b feature-branch`.
3. Make your changes and commit: `git commit -m 'Add new feature'`.
4. Push to the branch: `git push origin feature-branch`.
5. Open a pull request.

---

For more details, visit the official website: [TechFest | SIMMC](https://techfest-simmc.netlify.app/)