This project was developed as part of the React Native module in Rocketseat's Ignite course. The goal of this project is to practice and solidify your understanding of key React Native concepts, including Expo, React Navigation, Styled Components, and more.
Ignite Teams is a React Native application that demonstrates the implementation of various concepts covered in the Rocketseat Ignite course. This project focuses on building a team management app that allows users to create, manage, and view teams, along with their members. By following this project, you'll get hands-on experience with industry-standard libraries and patterns used in React Native development.
- User-friendly interface for creating and managing teams.
- Seamless navigation using React Navigation.
- Stylish and responsive UI with Styled Components.
- Integration with the Expo ecosystem for rapid development and testing.
-
Make sure you have Node.js and npm installed.
-
Clone this repository to your local machine:
git clone https://github.com/your-username/ignite-teams.git
- Navigate to the project directory:
bash
Copy code
cd ignite-teams
- Install the dependencies:
bash
Copy code
npm install
- Start the development server:
npm start