Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Contact API Demo
A small multi-page demo site for [contact-api](https://www.github.com/masonlet/contact-api), built with Vite and TypeScript. It provides simple UI demos for testing the `/api/contact` endpoint with both Nodemailer and Resend providers.

[![CI](https://github.com/contact-api/demo/actions/workflows/ci.yml/badge.svg)](https://github.com/contact-api/demo/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](./LICENSE)

## Tech Stack
<p align="left">
<img height="35" src="https://img.shields.io/badge/HTML5-%23E34F26?logo=html5&logoColor=white&style=for-the-badge" alt="HTML5"/>
Expand Down
Loading