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

https://github.com/design-sparx/budget-buddy

A budget planning website built using StyleX, Radix Primitives and Vite
https://github.com/design-sparx/budget-buddy

radix-ui react stylex vite

Last synced: 6 months ago
JSON representation

A budget planning website built using StyleX, Radix Primitives and Vite

Awesome Lists containing this project

README

          

# Budget Buddy

![medium](https://github.com/design-sparx/budget-buddy/assets/26582923/625cdaa6-f1b7-49c1-a63f-f1c168da0254)

## About

A finance planning website built using [StyleX](https://stylexjs.com/), [Radix Primitives](https://www.radix-ui.com/primitives) and [Vite](https://vitejs.dev/).

## Quick start

#### Download

- Clone this repo git clone `https://github.com/design-sparx/budget-buddy.git`
- [Download from GitHub](https://github.com/design-sparx/budget-buddy/archive/refs/heads/main.zip)

#### Dev tools

You'll need to go ahead and install Node.js.
Once Node.js is installed, run npm install to install the rest of the template's dependencies. All dependencies will be
downloaded to the node_modules directory.

```bash copy
pnpm install
```

Now you're ready to modify the source files and generate new files. To automatically detect file changes and start a
local webserver at http://localhost:5173, run the following command.

```bash copy
pnpm dev
```

Compile, optimize, minify and uglify all source files to build

```bash copy
pnpm build
```