This is the frontend client for the Rainycards project.
- Responsive web interface for Rainycards
- PWA support (installable, offline-ready)
- Custom branding and icons
app/- Main application files (HTML, CSS, JS)brand/- Brand assets (logos)- Various favicon and manifest files for PWA support
- Open
app/index.htmlin your browser to preview the client. - Make sure the backend server is running for full functionality.
- Edit
app/app.jsfor JavaScript logic. - Edit
app/style.cssfor styles. - Update icons and branding in the
brand/folder.
See LICENSE for details.