https://github.com/felipefreitasa/teams
Teams app created with React Native (Expo), Typescript, Async-Storage, React Navigation and Styled-components!
https://github.com/felipefreitasa/teams
expo react-native styled-components typescript
Last synced: 3 months ago
JSON representation
Teams app created with React Native (Expo), Typescript, Async-Storage, React Navigation and Styled-components!
- Host: GitHub
- URL: https://github.com/felipefreitasa/teams
- Owner: felipefreitasa
- Created: 2023-01-04T11:36:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:50:17.000Z (over 3 years ago)
- Last Synced: 2025-06-16T04:19:38.784Z (about 1 year ago)
- Topics: expo, react-native, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 225 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teams
## Screenshots

## Technologies
React Native, Expo, Typescript, Async-Storage, React Navigation, Phosphor Icons and Styled-components
## Functionalities
- Create a team
- Delete a team
- Add players at teams
- Delete player
## Running locally
Clone the project
```bash
git clone https://github.com/felipefreitasa/teams.git
```
Enter the project directory
```bash
cd teams
```
Install the dependencies
```bash
yarn
```
Start the server
```bash
yarn start
```