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

https://github.com/msvalandro/igniteteams

ignite-teams is a React Native application built with Expo, TypeScript, Async Storage, and Styled Components. The app was developed during the Rocketseat Ignite program as part of my learning journey. It aims to provide a local storage control experience for managing sport teams.
https://github.com/msvalandro/igniteteams

async-storage expo react-native styled-components typescript

Last synced: 29 days ago
JSON representation

ignite-teams is a React Native application built with Expo, TypeScript, Async Storage, and Styled Components. The app was developed during the Rocketseat Ignite program as part of my learning journey. It aims to provide a local storage control experience for managing sport teams.

Awesome Lists containing this project

README

          

# 🏈 Ignite Teams

**ignite-teams** is a React Native application built with Expo, TypeScript, Async Storage, and Styled Components. The app was developed during the [Rocketseat Ignite](https://www.rocketseat.com.br/) program as part of my learning journey. It aims to provide a local storage control experience for managing sport teams.

## ✨ Features

- Create groups
- Add players to groups
- Organize players between teams
- Local storage

## 👾 Getting Started

Follow these steps to get the app up and running on your local machine.

### Prerequisites

- Node.js v18.17.1 or higher

### Installation

```sh
# Clone the repository
git clone https://github.com/msvalandro/igniteteams.git
cd igniteteams

# Install dependencies
npm install

# Run app on iOS:
npm run ios

# Run app on Android:
npm run android
```

## 📄 License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.