melquisedeque-magalhaes / ignite-teams

App to make groups and teams!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub language count Repository size GitHub last commit License Stargazers ignite-teams

ignite-teams

AboutFeaturesHow it worksTech StackAuthorLicense

ignite-teams

About

🤼 ignite-teams - An app to create groups and teams.

Project developed during the React Native Ignite Course from Rocketseat.


Features

  • Create a group
  • Add players to a group and team
  • Delete player from team and group
  • Delete group
  • List groups
  • Filter players by team
  • Persistent state using local storage

How it works

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: Git, Node.js In addition, it is good to have an editor to work with the code like VSCode and Expo Go app installed in your phone or an emulator like Android Studio.

Running the web application (Frontend)

# Clone this repository
$ git clone git@github.com:bfukumori/ignite-teams.git

# Access the project folder in your terminal
$ cd ignite-teams

# Install the dependencies
$ npm install

# Run the application in emulator OR in your physical device using Expo Go
$ npm run android OR npm run start

# Expo Go: The app will create a QR code that you can read in Expo Go app to run in your mobile device.
# Emulator: No aditional action needed. More info: https://react-native.rocketseat.dev/

Tech Stack

The following tools were used in the construction of the project:


Author

Bruno Fukumori

Bruno Fukumori

Twitter Badge Linkedin Badge Gmail Badge


License

This project is under the license MIT.


About

App to make groups and teams!

License:MIT License


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%