https://github.com/fallendeity/goahackathon
https://github.com/fallendeity/goahackathon
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fallendeity/goahackathon
- Owner: FallenDeity
- License: mit
- Created: 2023-08-06T14:33:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-06T18:19:33.000Z (almost 3 years ago)
- Last Synced: 2025-05-17T22:07:57.021Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://goa-hackathon-nine.vercel.app
- Size: 19 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Animania
Animania is a platform that aims to empower stray animals with care, love, and forever homes.
# Features
- [x] Responsive and mobile friendly UI.
- [x] Dark and light mode.
- [x] Sanity (CMS) Integration.
- [x] Contact using SMTP Email Server.
- [x] REST API for CRUD operations.
- [x] Realtime updates.
- [x] Google Map integration.
- [x] [Youtube Demo](https://youtu.be/l9oLH0Z7jRs)
# Demo

# Production
https://goa-hackathon-nine.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.