https://github.com/christianalessandri/yoursounds
A modern React app for playing white noise and ambient sounds to help you focus, relax, or sleep.
https://github.com/christianalessandri/yoursounds
electron react tailwindcss vite whitenoise
Last synced: 3 months ago
JSON representation
A modern React app for playing white noise and ambient sounds to help you focus, relax, or sleep.
- Host: GitHub
- URL: https://github.com/christianalessandri/yoursounds
- Owner: ChristianAlessandri
- License: mit
- Created: 2025-06-24T17:32:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T18:51:48.000Z (3 months ago)
- Last Synced: 2025-07-03T19:44:59.078Z (3 months ago)
- Topics: electron, react, tailwindcss, vite, whitenoise
- Language: JavaScript
- Homepage:
- Size: 11.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# YourSounds
A desktop app for playing **white noise** and ambient sounds to help you focus, relax, or sleep.
## Use Cases
- 😌 Improve concentration while working or studying
- 🍃 Create a calming atmosphere for relaxation or meditation## Tech Stack
- Electron
- Vite
- React
- Tailwind CSS## How to Start
1. Clone the repository:
```bash
git clone https://github.com/ChristianAlessandri/yoursounds.git
cd yoursounds
```2. Install dependencies:
```bash
npm install
```3. Run the development server:
```bash
npm run start
```