Skip to content

Weather app made with Expo, React Native and Redux

Notifications You must be signed in to change notification settings

lucasbesen/weather-app

Repository files navigation

Weather App

Weather app made with Expo, React Native and Redux.

Technologies

  • TypeScript
  • React Native
  • Redux + redux-thunk
  • styled-components + styled-system
  • Jest

Project Structure

├── app # source code
|   ├── components
|   |   ├── common # common components reused in the screens
|   |   |── screens # screen components
|   |   |   └── Screen # some app screen
|   |   |      └── components # specific components from the screen
|   ├── config # app common config (i.e. routes and theme)
|   ├── store
|   |   |── modules # modules containing actions, reducers, selectors and thunks
|   |   |   └── __tests__ # modules tests
|   └── test # jest configs
└── App.tsx # root component

Installing

yarn install

Running

yarn start

Test

yarn test

About

Weather app made with Expo, React Native and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published