Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 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.