https://github.com/fallendeity/binit
https://github.com/fallendeity/binit
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fallendeity/binit
- Owner: FallenDeity
- License: mit
- Created: 2023-08-10T23:39:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T05:07:08.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T13:23:51.532Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://bin-it.vercel.app
- Size: 660 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Binit
Your Goa, Our Commitment.
# Features
- [x] Responsive and mobile friendly UI.
- [x] Dark and light mode.
- [x] NodeMailer Email authentication
- [x] Google Map/Github OAuth
- [x] Realtime communication.
- [x] Google Map integration.
- [x] Real-time waste collection monitoring
- [x] 2-way ranking system(user/contractor)
- [x] Real-time monitoring of tickets claimed/completed by contractors
# Production
https://bin-it.vercel.app/
# Setup
```bash
$ git clone https://github.com/FallenDeity/react-next-tailwind-template
$ cd react-next-tailwind-template
$ npm install
```
# Build
```bash
$ npm run build
```
Internally calls for next to build the project.
# Test
```bash
$ npm run test
```
Internally calls for mocha to run the tests.
# Run
```bash
$ npm run dev
```
Internally calls for next to run the project in development mode.
# Others
- `npm run lint` - Runs eslint on the project.
- `npm run lint:fix` - Runs eslint on the project and fixes the errors.
- `npm run prettier` - Runs prettier on the project.
- `npm run prettier:fix` - Runs prettier on the project and fixes the errors.
> **Note**
> Few more commands are available in `package.json` under `scripts` section.