FallenDeity / GoaHackathon

Home Page:https://goa-hackathon-nine.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Animania

Animania is a platform that aims to empower stray animals with care, love, and forever homes.

Features

  • Responsive and mobile friendly UI.
  • Dark and light mode.
  • Sanity (CMS) Integration.
  • Contact using SMTP Email Server.
  • REST API for CRUD operations.
  • Realtime updates.
  • Google Map integration.
  • Youtube Demo

Demo

Demo

Production

https://goa-hackathon-nine.vercel.app

Setup

$ git clone https://github.com/FallenDeity/react-next-tailwind-template
$ cd react-next-tailwind-template
$ npm install

Build

$ npm run build

Internally calls for next to build the project.

Test

$ npm run test

Internally calls for mocha to run the tests.

Run

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

About

https://goa-hackathon-nine.vercel.app

License:MIT License


Languages

Language:TypeScript 96.6%Language:JavaScript 1.9%Language:CSS 1.5%