Go to file
Torpenn 7fc8ea69d4 Add LICENSE 2024-10-13 11:54:36 +00:00
app Initial commit 2024-10-08 12:06:19 +02:00
assets Initial commit 2024-10-08 12:06:19 +02:00
components Initial commit 2024-10-08 12:06:19 +02:00
constants Initial commit 2024-10-08 12:06:19 +02:00
.gitignore Initial commit 2024-10-08 12:06:19 +02:00
LICENSE Add LICENSE 2024-10-13 11:54:36 +00:00
README.md doc: add simple project roadmap 2024-10-08 12:12:29 +02:00
app.json build: fix dependence error when building 2024-10-08 12:09:53 +02:00
babel.config.js Initial commit 2024-10-08 12:06:19 +02:00
package-lock.json build: fix dependence error when building 2024-10-08 12:09:53 +02:00
package.json build: fix dependence error when building 2024-10-08 12:09:53 +02: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. Button Skip Last reps
  • [] 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.