https://github.com/ujjwalkirti/helping-you-through
Client for the application Helping-you-through made using Nextjs, TailwindCSS and material UI.
https://github.com/ujjwalkirti/helping-you-through
collaboration firebase-auth firebase-storage material-ui mongodb nextjs tailwindcss team
Last synced: 10 days ago
JSON representation
Client for the application Helping-you-through made using Nextjs, TailwindCSS and material UI.
- Host: GitHub
- URL: https://github.com/ujjwalkirti/helping-you-through
- Owner: ujjwalkirti
- Created: 2023-04-22T14:36:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T07:52:16.000Z (about 2 years ago)
- Last Synced: 2025-06-19T11:42:01.758Z (4 months ago)
- Topics: collaboration, firebase-auth, firebase-storage, material-ui, mongodb, nextjs, tailwindcss, team
- Language: TypeScript
- Homepage:
- Size: 17.4 MB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helping-You-Through
We are building an application for the fresher students of our Institute that can be help them resolve most of there issues related to books, stationaries, queries, reviews about dormrooms and student chapters, previous year question papers etc.
> This is the client for that applciation, built primarily using [Next.js](https://nextjs.org/)
## Setting up locally
First, fork and then clone the repo:
```bash
git clone https://github.com//helping-you-through-client.git
cd helping-you-through-client
```Second, install the required npm packages using your fav package manager, we prefer `npm`.
lastly, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Learn More
### Tech Stack
- Next.js
- Tailwind CSS
- Material UIDeployed on [vercel](https://vercel.com/).
You can check out [live](https://helping-you-through-client.vercel.app/) deployed site - your feedback and contributions are welcome!