Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hrmrakib/animal-caring-client

It's full-stack pet adoption management website (Client Code). Pet adoption site with Stripe donations, user/admin dashboards, secure roles.
https://github.com/hrmrakib/animal-caring-client

daisyui firebase react-hook-form react-router reactjs sweetalert2 tailwindcss

Last synced: about 1 month ago
JSON representation

It's full-stack pet adoption management website (Client Code). Pet adoption site with Stripe donations, user/admin dashboards, secure roles.

Awesome Lists containing this project

README

        

# [Live Preview](https://animal-carings.web.app/)

## Basic Features of the Animal Caring Website
- After Sign-up, get a role "user"
- User and Admin have different dashboard
- Users can create pets, update, delete, and also create donation campaigns.
- Admin can only see all users, all pets, and all donation information.
- Send a request to get a pet for adoption.

## Installation
To install this project, follow these steps:
1. git clone https://github.com/hrmrakib/animal-caring-client.git
2. npm install
3. npm run dev

#### [Go to Server Code of the Project ➜](https://github.com/hrmrakib/animal-caring-server)