An open API service indexing awesome lists of open source software.

https://github.com/narze/sticker-votes


https://github.com/narze/sticker-votes

firebase svelte sveltejs tailwindcss typescript

Last synced: 3 months ago
JSON representation

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)