Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaureshpai/devhack
Draft 1 of the official Hackathon website for AJIET, showcasing innovative projects, event details, and participant resources for a successful competition experience.
https://github.com/gaureshpai/devhack
daisy-ui html-css-javascript material-ui nextjs14 react-hooks tailwindcss
Last synced: 2 days ago
JSON representation
Draft 1 of the official Hackathon website for AJIET, showcasing innovative projects, event details, and participant resources for a successful competition experience.
- Host: GitHub
- URL: https://github.com/gaureshpai/devhack
- Owner: gaureshpai
- Created: 2024-10-24T14:32:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T22:59:55.000Z (17 days ago)
- Last Synced: 2025-01-24T23:26:45.793Z (17 days ago)
- Topics: daisy-ui, html-css-javascript, material-ui, nextjs14, react-hooks, tailwindcss
- Language: TypeScript
- Homepage: https://ajiethackathon.vercel.app/
- Size: 97.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AJIET Hackathon Official Website
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.
## Features
- 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.## Tech Stack
- **Framework:** [Next.js](https://nextjs.org/)
- **Styling:** [Daisy UI](https://daisyui.com/) and [Material UI](https://mui.com/)## Installation
To get started, clone the repository and install the dependencies:
```bash
git clone https://github.com/gaureshpai/DevHack
cd DevHack
npm installRunning 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.