Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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
```