- The project was compiled with npx react-native@latest init star_wars_app.
- Components are created using the library "@react-navigation/native-stack", "axios", "styled-components"
- Used as
backend
(https://jsonplaceholder.typicode.com)
Home
page with a list of users.- The
UserDetails
page, which displays additional information about user and short list of user posts. - The
PostDetails
page, which displays complete information about post.