Skip to content

iwilsonq/easyten

Repository files navigation

Easyten

An app by a runner for other runners who people whom otherwise should run

Project structure

── app
    ├── components
    │    ├── Card
    │    │    ├── index.js
    │    │    ├── Card.js
    │    │    └── styles.js
    │    └── TabBar
    │        ├── index.js
    │        ├── TabBar.js
    │        └── styles.js
    │
    ├── screens
    │    ├──Home.js
    │    ├──Profile.js
    │    └──Details.js
    ├── config
    │    ├──routes.js
    │    ├──settings.js
    │    └──styles.js
    └── index.js

Generally speaking, reuseable components will exist in the components directory, app screens (or possibly containers) for higher order logic, and config for settings and route configuration.

Styles are kept separate from their components in order to make decomposing components easier.

For more info check out this https://medium.com/the-react-native-log/organizing-a-react-native-project-9514dfadaa0 on structuring a React Native project.

Inspiration

[https://dribbble.com/shots/3559500-Sport-App-Exploration](Sport App Exploration)

About

A fitness app built with react native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published