An open API service indexing awesome lists of open source software.

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.

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
```