Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ephraimduncan/secret


https://github.com/ephraimduncan/secret

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# Secrets

A simple application to make use of the following:

- [Server Actions](https://nextjs.org/docs/app/api-reference/functions/server-actions)
- [useFormState](https://react.dev/reference/react-dom/hooks/useFormState)
- [useFormStatus](https://react.dev/reference/react-dom/hooks/useFormStatus)
- [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API)

### Getting Started

First, run the development server:

```bash
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.