If you like this project, please leave a star ⭐ It's free and helps a lot!
node>=20.0.0
npm>=10.0.0
yarn>=1.22.21
To install the application:
# clone the repo
git clone https://github.com/takanome-dev/habit-tracker-app.git
# cd into the repo
cd habit-tracker-app
# install dependencies
yarn install
You can also use npm
or pnpm
.
To start a local copy of the app:
yarn start # and open it using android emulator or ios simulator
This is a React Native project using Ignite Template.
- React Native
- React Navigation
- MobX State Tree
- TypeScript
- And more!
The project is licensed under the MIT License.