Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ephraimduncan/secret
https://github.com/ephraimduncan/secret
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ephraimduncan/secret
- Owner: ephraimduncan
- Created: 2023-11-13T22:53:16.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T23:45:47.000Z (almost 1 year ago)
- Last Synced: 2024-10-04T22:18:06.935Z (about 1 month ago)
- Language: TypeScript
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.