Skip to content

LalitKumarSahu/component-reusability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Component Reusability - Hackathon Project

This is a minimal working skeleton for the Component Reusability project:

  • Backend: Node + Express (port 5000)
  • Frontend: React + Vite (dev server, default port 5173)

Quick start:

  1. Open two terminal tabs.
  2. Backend:
    • cd backend
    • npm install
    • npm run dev
  3. Frontend:
    • cd frontend
    • npm install
    • npm run dev
  4. Open the frontend URL shown by Vite (usually http://localhost:5173)

Notes:

  • The backend uses a simple JSON file (data/components.json) as the "database".
  • Recycling centers endpoint returns dummy data. Replace with Google Maps/Places API in future if you have an API key.
  • Add icons, images, and further polish for the hackathon presentation.

About

ReUseIt is a web application that helps users locate recycling centers, schedule home pickups, and calculate disposal costs. Built with React and JavaScript, it features reusable components, interactive maps, and a responsive, user-friendly design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors