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.
- Host: GitHub
- URL: https://github.com/msvalandro/igniteteams
- Owner: msvalandro
- License: mit
- Created: 2024-07-14T19:02:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T09:31:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T09:15:29.143Z (over 1 year ago)
- Topics: async-storage, expo, react-native, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 587 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.