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

https://github.com/fallendeity/goahackathon


https://github.com/fallendeity/goahackathon

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

Logo


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

![Demo](./public/demo.gif)

# 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.