Skip to content

zonpig/NUSLifeHack-2022-helpleh

 
 

Repository files navigation

HelpLeh!

HelpLeh! is a one stop platform for volunteers and organisers of volunteer expeditions connect, to help the community in need. Through this application, potential volunteers will be able to find volunteering opportunities and sign up for them easily. On the other hand, volunteering organisations can use this application to find volunteers easily.

This is a Next.js project bootstrapped with create-next-app.

Live Site

Vist our HelpLeh! MVP site to get a glimpse of the experience volunteers would enjoy!

You can sign-up with a fake account or use the test account:
email: newman@test.com password: password

Dev Environment

  1. Please provide your own Firebase API Key in an .env.local file
# .env.local
NEXT_PUBLIC_FIREBASE_PUBLIC_API_KEY=<your public api key>
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=<your auth domain>
NEXT_PUBLIC_FIREBASE_PROJECT_ID=<your project id>
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • CSS 3.7%