Welcome to your official HackToFuture 4 repository.
This repository template will be used for development, tracking progress, and final submission of your project. Ensure that all work is committed here within the allowed hackathon duration.
- Fork the Repository and name the forked repo in this convention: hacktofuture4-team_id (for eg: hacktofuture4-A01)
- Work must be done ONLY in the forked repository
- Only Four Contributors are allowed.
- After 36 hours, Please make PR to the Main Repository. A Form will be sent to fill the required information.
- Do not copy code from other teams
- All commits must be from individual GitHub accounts
- Please provide meaningful commits for tracking.
- Do not share your repository with other teams
- Final submission must be pushed before the deadline
- Any violation may lead to disqualification
Clearly describe the problem you are solving.
- What is the problem?
- Why is it important?
- Who are the target users?
Explain your approach:
- What are you building?
- How does it solve the problem?
- What makes your solution unique?
List the core features of your project:
- Feature 1
- Feature 2
- Feature 3
Mention all technologies used:
- Frontend:
- Backend:
- Database:
- APIs / Services:
- Tools / Libraries:
Provide clear steps to run your project:
# Clone the repository
git clone <repo-link>
# Install dependencies
...
# Run the project
...