https://github.com/bhuvansa/ideathon-landingpage
A landing page for an Ideathon event!
https://github.com/bhuvansa/ideathon-landingpage
nextjs react tailwindcss
Last synced: about 1 month ago
JSON representation
A landing page for an Ideathon event!
- Host: GitHub
- URL: https://github.com/bhuvansa/ideathon-landingpage
- Owner: BhuvanSA
- License: gpl-3.0
- Created: 2023-09-08T04:30:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:37:57.000Z (over 1 year ago)
- Last Synced: 2025-05-29T22:41:04.707Z (about 1 year ago)
- Topics: nextjs, react, tailwindcss
- Language: JavaScript
- Homepage: https://ideathon.bhuvansa.com
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Ideathon Landing Page](https://ideathon.bhuvansa.com/) - Official Landing Page for College Ideathon
The Ideathon Landing Page is an open-source, event landing page built using [Tailwind CSS](https://tailwindcss.com/) and [NextJS](https://nextjs.org/) designed and coded for our college's Ideathon event.

## Getting Started
Choose one of the following options to get started:
- [Download the latest release](https://github.com/BhuvanSA/ideathon-landingpage/releases/latest)
- Clone the repo: `git clone https://github.com/BhuvanSA/ideathon-landingpage.git`
- Fork the repo
## About the Template
- Template built using NextJS and Tailwind CSS
- Routing handled by NextJS /pages router
## Running the Application
- Run the application in development mode: `npm run dev`
- Build the application for production: `npm run build`
- Start the application in production mode: `npm run start`
## Features
- Publicly accessible at [https://ideathon.bhuvansa.com/](https://ideathon.bhuvansa.com/)
- Utilizes Next.js's file-system based routing under the `/pages` directory. This allows for automatic routing based on the file and directory structure, making it easy to structure and navigate the application.
## Bugs and Issues
Have a bug or an issue with this template? [Open a new issue](https://github.com/BhuvanSA/ideathon-landingpage/issues/new) here on GitHub.
## Copyright and License
Code released under the GNU GENERAL PUBLIC LICENSE.