https://github.com/narze/sticker-votes
https://github.com/narze/sticker-votes
firebase svelte sveltejs tailwindcss typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/narze/sticker-votes
- Owner: narze
- Created: 2022-02-11T05:17:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T11:07:13.000Z (over 4 years ago)
- Last Synced: 2025-02-21T11:28:09.360Z (over 1 year ago)
- Topics: firebase, svelte, sveltejs, tailwindcss, typescript
- Language: Svelte
- Homepage: https://sticker-votes.vercel.app
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Single Page Svelte
Build a single page app with Svelte, quickly.
## Setup
- Clone/fork this repository
- `yarn` or `npm install`
- `yarn dev` or `npm run dev`
## What's included
- Svelte (TypeScript), built with [Vite](https://vitejs.dev)
- Tailwind.css using [Twind](https://twind.dev)
- [Ko-fi](https://ko-fi.com)
- [Jest](https://jestjs.io) & [@testing-library/svelte](https://testing-library.com/docs/svelte-testing-library)
## TODOs
- [ ] Responsive design (Mobile first)
- [ ] Linting with ESLint
- [ ] Toggleable Dark Mode
- [ ] Modal view (About/Credits)