/devy

Devy is an app that will help you concentrate on your studies, it provides sound tools, a timer, etc, to help you concentrate.

Primary LanguageTypeScriptMIT LicenseMIT

app-logo

Devy 

version-badge license-badge files-count-badge downloads-badge languages-count-badge more-used-language-badge contributors-badge

What is the purpose of the app?

The Devy app was developed to run ambient and lofi sounds in the background, it also has a built-in pomodoro that contains a default setting of 25 minutes of study and 5 minutes of rest, you can see a demo of the app working at the link below:

Demonstration

How to download?

You can download all versions of devy in releases section:

Downloads

Access the page and download .msi instaler file, just a heads up, the Devy app only works on windows currently.

What technologies did Devy use for development?

  • Tauri
  • React.js
  • Styled-Components
  • Typescript

How to start the project?

Start using this command in terminal, this project use LFS(Git Large File System) then you have some problems with sounds on download repository directly from github:

git clone https://github.com/FhillSlinger/devy.git

Open the project folder in terminal:

cd devy

Execute the yarn command to install the dependencies, the project use yarn but if you want, you can change to npm or other package manager:

yarn

And finally use the next command to run desktop app in debug mode:

yarn tauri dev

If you want to build your app in a .msi file you can use the command:

yarn tauri build

the .msi file is located in src-tauri/target/release/bundle/msi