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 ).
- Host: GitHub
- URL: https://github.com/alonepranav/techfest-simmc
- Owner: alonepranav
- Created: 2025-03-29T01:13:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T12:33:35.000Z (about 1 year ago)
- Last Synced: 2025-07-27T20:59:49.091Z (11 months ago)
- Topics: competition, design-fire, reactjs, responsive, tailwindcss, techfest, typescript
- Language: TypeScript
- Homepage: https://techfest-simmc.netlify.app/
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)