A solar plant tracker built with React Native, TypeScript, and RTK Query as a challenge for a position at Yellot Mob.
- Design made by me especially for the challenge: https://www.figma.com/file/fNl8wv91DPJy2FgQBxsh44/Untitled?type=design&node-id=0-1&t=etwagMQoE5BzTGln-0
- Use of RTK Query for data fetching
- Persist authenticated user with AsyncStorage
- Styled components with theme tokens
- Implementation of
react-native-reanimated-carousel
Clone the project
git clone https://github.com/mutheusalmeida/track-solar
Go to the project directory
cd track-solar
Install dependencies
yarn
Start the server
yarn start