Tantrotsav is a national techfest website aimed at bringing together students and tech enthusiasts from across the country to participate in various competitions, workshops, and events. This repository contains the code for the Tantrotsav website, featuring integration with the CCAvenue payment gateway and built using React.js for the frontend.
- Seamless integration with the CCAvenue payment gateway for secure online transactions.
- User-friendly interface built with React.js for smooth navigation and interaction.
- Comprehensive information about competitions, workshops, and events offered during Tantrotsav.
- Easy registration process for participants to sign up for events and make payments.
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/thekavikumar/tantrotsav.git cd tantrotsav
-
Install the required Node.js dependencies:
npm install
-
Set up environment variables for CCAvenue integration. Refer to the
.env.example
file for required variables. -
Start the development server:
npm start
-
Open your web browser and navigate to
http://localhost:3000
to view the website.
- Explore the various sections of the website to learn about the competitions, workshops, and events offered.
- Register for events by providing the necessary information and making payments securely through the integrated CCAvenue payment gateway.
- Participate in Tantrotsav and enjoy the exciting lineup of activities!
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to customize this template to better fit your project. Let me know if you need further assistance!