An open API service indexing awesome lists of open source software.

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.

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 UI

Deployed 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!