Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelcanovas/alma-leads
https://github.com/rafaelcanovas/alma-leads
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafaelcanovas/alma-leads
- Owner: rafaelcanovas
- Created: 2024-11-13T01:09:44.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T01:15:48.000Z (2 months ago)
- Last Synced: 2024-11-13T02:21:46.290Z (2 months ago)
- Language: TypeScript
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) application for capturing leads to [Alma](https://www.tryalma.ai).
## Running
```
npm run dev
```Open http://localhost:3000 with your browser to see the result.
## TODO
- [x] Initial project structure
- [ ] Leads form
- [ ] Adjust form style
- [ ] Implement form fields validation
- [ ] Implement form submission
- [ ] Create form success page
- [ ] Leads dashboard
- ...