Go to file
Torpenn 6cb9eb9e8b Merge branch 'fix-splash-screen-and-initial-routes' into 'main'
Fix splash screen and initial routes

See merge request torpenn/boxons!10
2025-03-03 23:14:32 +01:00
.husky add simple timers tabada 2024-10-13 14:30:01 +02:00
android Add notifications 2024-12-08 17:01:28 +00:00
app Fix splash screen and initial routes 2025-03-03 23:10:26 +01:00
assets Fix splash screen and initial routes 2025-03-03 23:10:26 +01:00
components Add notifications 2024-12-08 17:01:28 +00:00
constants Initial commit 2024-10-08 12:06:19 +02:00
ios Fix splash screen and initial routes 2025-03-03 23:10:26 +01:00
.env.example Add notifications 2024-12-08 17:01:28 +00:00
.eslintignore add simple timers tabada 2024-10-13 14:30:01 +02:00
.eslintrc.js add simple timers tabada 2024-10-13 14:30:01 +02:00
.gitignore build: add build configuration 2024-10-13 22:14:08 +02:00
.gitlab-ci.yml add simple timers tabada 2024-10-13 14:30:01 +02:00
.nvmrc add simple timers tabada 2024-10-13 14:30:01 +02:00
LICENSE Add LICENSE 2024-10-13 11:54:36 +00:00
README.md doc: Update README.md 2024-10-13 22:33:44 +02:00
app.config.js Fix splash screen and initial routes 2025-03-03 23:10:26 +01:00
babel.config.js add simple timers tabada 2024-10-13 14:30:01 +02:00
eas.json build: add build configuration 2024-10-13 22:14:08 +02:00
jest.setup.js add simple timers tabada 2024-10-13 14:30:01 +02:00
package-lock.json Fix splash screen and initial routes 2025-03-03 23:10:26 +01:00
package.json Fix splash screen and initial routes 2025-03-03 23:10:26 +01:00
tsconfig.json Initial commit 2024-10-08 12:06:19 +02:00

README.md

Boxons

Roadmap

  • Create a simple timer (number of repetitions, rest, and exercise) with simple sound design.
  • [] Configure your own sounds
  • [] Be able to create exercise presets with a name
  • [] Have a history in the form of a list or diary

Get started

  1. Install dependencies

    npm install
    
  2. Start the app

     npx expo start
    

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.