Skip to content

Kunalthakur01/Build-A-Thon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build-A-Thon

Hackathon project focused on building an end-to-end product with a frontend, backend, and ML model.


🚀 Overview

This project is divided into three components:

Folder Description
frontend/ UI & user-facing application
backend/ Server, routes, business logic, APIs
classification model/ Machine Learning scripts/notebooks

Goal: Deliver a working MVP that solves a real user problem using clean architecture and fast execution.


✅ Features

  • User authentication (login/signup)
  • Dashboard for user input
  • ML model for classification / recommendation
  • API integration
  • Clean, modular code structure
  • Responsive frontend

🧰 Tech Stack

Layer Tech
Frontend JavaScript + (React/Vite/etc.)
Backend Node.js / Express (or according to your repo)
ML Python + Jupyter Notebook + Scikit-learn/TensorFlow
Version Control Git & GitHub

📁 Project Structure

Build-A-Thon/
│── frontend/
│── backend/
│── classification model/
│── .gitignore
│── README.md


🔧 Setup Instructions

Clone Repo

git clone https://github.com/Kunalthakur01/Build-A-Thon.git 

🚦 Run the Project Start the backend

Start the frontend

Open browser at:

http://localhost:3000/ Login → Dashboard → Run workflows.

📈 Future Enhancements Improved UI/UX

More ML classification accuracy

Database integration (MongoDB/PostgreSQL)

Deployment to cloud (Render / Vercel / AWS)

🧪 Contribution Guide Fork repo

Create feature branch

bash Copy code git checkout -b feature/new-feature Commit & push

bash Copy code git commit -m "Add new feature" git push origin feature/new-feature Create Pull Request

About

Build-A-Thon project developed during a hackathon, showcasing problem-solving, rapid prototyping, and practical implementation using modern development tools and technologies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors