This is the draft 1 of the official Hackathon website for AJIET (AJ Institute of Engineering and Technology), designed to showcase innovative projects, provide event details, and offer resources for participants to ensure a successful competition experience.
- Event Information: Detailed schedule and venue information for the Hackathon.
- Project Showcases: Display of projects submitted by participants.
- Participant Resources: Guidelines, tools, and helpful links for participants.
- Contact Information: Organizers' details and support links.
- Framework: Next.js
- Styling: Daisy UI and Material UI
To get started, clone the repository and install the dependencies:
git clone https://github.com/gaureshpai/DevHack
cd DevHack
npm install
Running the Application
After installing the dependencies, you can run the development server:
npm run dev
Open http://localhost:3000 in your browser to see the application in action.
Styling
This project leverages Daisy UI for utility-first styling and Material UI components for a sleek and modern user interface.
Contributing
We welcome contributions! Please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bugfix (git checkout -b feature-name).
3. Make your changes and commit (git commit -m "Description of feature").
4. Push to the branch (git push origin feature-name).
5. Submit a pull request.