Skip to content

SANKALP1011/AnimalWelfareApp

Repository files navigation

AnimalWelfareApp

This is the animal welfare app (frontend for the animal welfare api) built using react native.

Tech Stack

Screen Recording of the app

Folder Structure

  • Api Call ( Entire api call is done in those specific folders )

    - User.service.js
    - Ngo.service.js
    - Doctor.service.js
  • Screen Stack ( Divided into Authenticated and UnAuthenticated Stack )

    - UserStack.stack.js ( Divided into Auth and Unauth )
    - DoctorStack.stack.js ( Divided into Auth and Unauth )
    - NgoStack.stack.js ( Divided into Auth and Unauth )
  • Screens ( Divided into User , Doctor , Ngo and Animal)

    USER
    
     - UserDetails.screen.js
     - UserHome.screen.js
    
    Doctor
    
     - DoctorDetails.screen.js
     - DoctorHome.screen.js
    
    Ngo
    
     - NgoHome.screen.js
     - NgoDetails.screen.js
    
    Animal
    
     - Userside (Folder)
     - Doctoside (Folder)
     - Ngoside (Folder)
  • Context

    - user.authContext.js
    - ngo.authContext.js
    - doctor.authContext.js

Getting Started

  • Install the expo cli on your local machine.

  • Once installed , run the app on your local machine with the help of command

    expo start
    

Docker Conatiner

TO DO

  • Work on onboarding screen.
  • Add Logout Button

About

This is the frontend for the animal welfare app which consumes animal welfare api and is built using react native.

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors