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
- Host: GitHub
- URL: https://github.com/ecandotti/marvel
- Owner: ecandotti
- Created: 2022-03-04T22:38:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T16:04:42.000Z (over 4 years ago)
- Last Synced: 2025-06-20T18:44:25.564Z (12 months ago)
- Topics: axios, fusejs, marvelapi, prettier, react-native
- Language: JavaScript
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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