Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnachaitanya0107 authored Nov 23, 2021
1 parent a253c7e commit 1152bac
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ An App that displays information about SpaceX crew members and ships .

# Features

- Consumes a rest API and stores the updated data offline
- Consumes a REST API to get and display information about Space-X crew members and ships
- Uses the room Persistence Library to store the updated data offline ( Offline Caching )
- Follows MVVM Architecture
- Uses navigation component to handle navigation drawer & bottom navigation
- Uses Dagger and hilt for Dependency Injection
- Dark Mode Toggle in setting page

# Tools & Technology Used

Expand All @@ -18,11 +21,14 @@ An App that displays information about SpaceX crew members and ships .
- Retrofit ( To handle network requests )
- Glide ( Image Loading Library )
- Lottie Animations
- Shared Preference

# Rest Api Docs

Space-X Api Docs

Space-X Api Docs -
https://github.com/r-spacex/SpaceX-API/blob/master/docs/README.md

look for ‘Crew’ section for crew and look for ‘Ships’ section for ships in rest api docs

Lottie animation -
https://lottiefiles.com/24944-rocket-launch

0 comments on commit 1152bac

Please sign in to comment.