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

https://github.com/ecandotti/marvel

📱 First Mobile Application - Using MarvelAPI, Login form to acess to privates screen, favorites list available in offline mode
https://github.com/ecandotti/marvel

axios fusejs marvelapi prettier react-native

Last synced: about 1 month ago
JSON representation

📱 First Mobile Application - Using MarvelAPI, Login form to acess to privates screen, favorites list available in offline mode

Awesome Lists containing this project

README

          

# 💥📱 Marvel App

## Project in ReactNative for DevMobile cours (Ynov)

| Library used | Utility |
| ----------------- | ------------------ |
| ReactNative | Framwork DevMobile |
| React Navigation | Router in App |
| React Vector | Icons |
| axios | Request |
| FuseJS | Search in object |
| Styled-Components | CSS in Mobile |

Babel
Prettier for beautiful code 🥰

Launch the code :
_Don't forget to update your .env_

```
git clone https://github.com/ecandotti/marvel.git
cd /marvel
yarn install

npx pod-install

yarn start
```

We can :

- Display data of MarvelAPI 📁
- Search specific details thanks to search bar 🔍
- Navigate on app 🚗
- Have favorite list available in offline mode ♥️
- Connect with loggin and access to private screen 🔒

To Do :

- [x] Creating project
- [x] Get data from MarvelAPI
- [x] Navigation
- [x] Private access (login)
- [x] Display data of MarvelAPI
- [x] Search function
- [x] Favorites list
- [x] Offline mode -> FavList available
- [x] Comment all project
- [x] Infinite scroll
- [_] Add Ads
- [x] Design