Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theomer77/elysia-test

A test TODO list app built with Bun, Elysia and React.
https://github.com/theomer77/elysia-test

bun bunjs elysia elysiajs react reactjs typescript

Last synced: 16 days ago
JSON representation

A test TODO list app built with Bun, Elysia and React.

Awesome Lists containing this project

README

        

# Bun + Elysia + React test TODO app

This is a test TODO list app built with Bun, Elysia and React.

![TODO app screenshot](./screenshot.png)

## Running the project

To start the development server run:

```bash
bun run dev
```

Open [localhost:3000](http://localhost:3000/) in your browser to see the frontend app. \
You can view & test all API routes at [localhost:3000/swagger](http://localhost:3000/swagger)