This is the official repository for the ETSA (Electronics and Telecommunication Students' Association) College Department Fest Website. The website is built using Next.js, a popular React framework for server-side rendering and static site generation.
- Event Information: Get detailed information about the upcoming ETSA fest, including the schedule, venue details, and highlights of each event.
- Registration: Register for the fest and individual events through a user-friendly registration form.
- Event Listing: Browse through the list of events organized during the fest, along with their descriptions, timings, and any prerequisites.
- Gallery: View a collection of photos from previous ETSA fests to get a glimpse of the fun and excitement.
- Sponsors: Discover the sponsors who support the ETSA fest and learn more about their contributions.
- Contact: Reach out to the ETSA team for any queries or feedback regarding the fest.
- Next.js: A React framework for building server-side rendered and statically generated websites.
- React: A JavaScript library for building user interfaces.
- CSS Modules: Scoped CSS styling for components to avoid clashes and maintain modularity.
- GitHub: Version control system for managing the codebase and collaboration.
- Vercel: Deployment platform for hosting the website and continuous integration.
To get a local copy of the project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/etsa-college-fest.git
- Navigate to the project directory:
cd etsa-college-fest
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:3000
to see the website in action.
We welcome contributions to enhance the ETSA College Department Fest Website. If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b my-feature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin my-feature
. - Open a pull request with a detailed description of the changes.
Please ensure that your code follows the project's coding conventions and includes appropriate documentation.
The ETSA College Department Fest Website is open-source software licensed under the MIT license.
For any questions or inquiries, feel free to contact the ETSA team at etsa@example.com. Visit our website at https://www.etsafest.in for more information.
We appreciate your interest and hope to see you at the ETSA fest!