maiconlara / DS151-UFPR-2023

📱 A repository of my mobile development tasks from Universidade Federal do Paraná.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DS151-UFPR-2023

A repository of my mobile development tasks from Universidade Federal do Paraná.

📝 Tasks

This mobile application contains:

  • Calculadora de Média - A simple calculator that returns the mean of 2 numbers;
  • Counter - A view to count to the infinite;
  • Colors - FlatList that shows random RGB Colors when you click the button;
  • Exercicio 05 - A gallery of League of Legends champions face arts;
  • Yu Gi Oh! Password - A Yu-Gi-Oh! app that allows you to search cards by their secret code.
  • Yu Gi Oh! Deck - A Yu-Gi-Oh! app that allows you to see the deck you made in the Password App.

📋 First Test

The first test have the following tasks

  • Yu Gi Oh! Password - Consume and external API, create an array of objects and pass thru AsyncStorage to the deck.
  • Yu Gi Oh! Deck - Take the array of objects, refine it thru useEffect and then list all the cards in a ScrollView.

🛠️ Made with

This mobile application was made with:

  • React Native - JS Library;
  • TypeScript - Programming Language;
  • Expo - Build;
  • AsyncStorage - Storage System;
  • Axios - HTTP Client.

Made with 🤍 by Maicon Lara

About

📱 A repository of my mobile development tasks from Universidade Federal do Paraná.


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%