Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:50:17.000Z (about 2 years ago)
- Last Synced: 2024-11-09T06:13:51.598Z (3 months 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
![Frame 157](https://user-images.githubusercontent.com/77179768/210548011-4de4e352-a139-4856-a459-dedab87435bc.png)## 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
```