Sajha Sanduk is a community-centered tool library initiative aiming to promote resource sharing, sustainability, and neighborhood collaboration. The project focuses on offering tools to the community for borrowing rather than buying, addressing underutilized personal equipment and reducing spending.
- Tool Sharing: A platform that allows community members to rent or sell second hand tools to reduce waste and unnecessary purchases.
- Sustainability: Promotes sustainable living by maximizing the usage of tools and minimizing environmental impact.
- Community Collaboration: Strengthens neighborhood ties through shared resources and DIY culture.
- Skill Building: Offers tutorials and guidance for using tools and completing projects.
- Tech Stack:
- Frontend: Built using Next.js for fast, modern web applications.
- UI: Beautifully designed UI components with Shadcn UI.
- Styling: Responsive and flexible styles with Tailwind CSS.
- Database: PostgreSQL for database management and Supabase for backend-as-a-service.
- Language: TypeScript for type safety and development efficiency.
- Himesh Dulal
- Avipsa Parajuli
- Aayusha Shrestha
- Nischal Subedi
- Pratistha Thapa
To set up and run the project locally, follow these steps:
- Clone the Repository
First, clone the repository to your local machine:git clone https://github.com/Githeimer/SajhaSanduk cd SajhaSanduk
- Install Dependencies Install the necessary dependencies using npm:
npm install --legacy-peer-deps
- Run the Development Server After the dependencies are installed and environment variables are set, start the development server:
npm run dev
- Visit the Application Open your browser and visit http://localhost:3000 to access the application.
You can view the live preview of the application at https://sajha-sanduk.vercel.app