A React Native app for educational purposes https://react-native-courses.clubinfo-clermont.fr/docs/notation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alexis Drai 81d913fc7a
💚 Fix CI
2 years ago
.idea 💚 Fix CI 2 years ago
assets 🎨 🧭 🗃️ Improve UI, use redux to fetch data, add nav options 2 years ago
components CRUDify Moves 2 years ago
docs 💄 Create Move screens (#3) 2 years ago
entities CRUDify Moves 2 years ago
navigation CRUDify Moves 2 years ago
redux CRUDify Moves 2 years ago
screens CRUDify Moves 2 years ago
.drone.yml 💚 Fix CI 2 years ago
.gitignore 🏗️ Prepare project structure (#2) 2 years ago
App.tsx 🎨 🧭 🗃️ Improve UI, use redux to fetch data, add nav options 2 years ago
README.md 🎨 🧭 🗃️ Improve UI, use redux to fetch data, add nav options 2 years ago
app.json 🏗️ Prepare project structure (#2) 2 years ago
babel.config.js 💄 Create Move screens (#3) 2 years ago
config.ts 🎨 🧭 🗃️ Improve UI, use redux to fetch data, add nav options 2 years ago
package.json CRUDify Moves 2 years ago
tsconfig.json 🏗️ Prepare project structure (#2) 2 years ago
yarn.lock CRUDify Moves 2 years ago

README.md

Build Status Quality Gate Status

Maintainability Rating Reliability Rating Security Rating

Coverage Lines of Code

Bugs Code Smells Duplicated Lines (%) Security Hotspots Technical Debt Vulnerabilities

AD_ReactNative

A React Native app for education purposes. Refer to instructions here.

Sketches

This app will contain several "master/detail" tabs. They are as follows.

Trainers

Pokemongs

Moves

Using the app

This app is linked to a backend that is set up to accept CORS from http://localhost:19006. If you want to use the dedicated API, please make sure you're not overriding that default port number when running this app.