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

https://github.com/rcrdk/ignite-teams-app

A simple soccer teams organizer app for learning the basics, navigation and asynchronous storage in React Native.
https://github.com/rcrdk/ignite-teams-app

async-storage expo react react-native react-native-navigation styled-components typescript

Last synced: 3 months ago
JSON representation

A simple soccer teams organizer app for learning the basics, navigation and asynchronous storage in React Native.

Awesome Lists containing this project

README

          

# ⚽️ React Native Ignite Teams App

This is a simple React Native app designed to help users organize soccer teams into groups and manage participants. Users can create groups, add and remove participants, and assign them to Team A or Team B. The app stores data persistently using **AsyncStorage**, utilizes **React Navigation** for navigation, and uses **Styled Components** for styling. This app was developed as a learning case during my lessons at [Rocketseat](https://rocketseat.com.br/).

---


React Native Ignite Teams App Preview

## 📋 Features
- **Group Management**:
- Create, view, and delete groups.
- **Participant Management**:
- Add and remove participants to/from teams within a group.

## ⚙️ Tech Stack
- [React Native](https://reactnative.dev/) + [Expo](https://expo.dev/)
- [AsyncStorage](https://docs.expo.dev/versions/latest/sdk/async-storage/)
- [React Navigation](https://reactnavigation.org/docs/getting-started/)
- [Styled Components](https://styled-components.com/)