Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigfriedcub1990/movie-emoji-quiz
Simple example app using Remix
https://github.com/sigfriedcub1990/movie-emoji-quiz
Last synced: about 8 hours ago
JSON representation
Simple example app using Remix
- Host: GitHub
- URL: https://github.com/sigfriedcub1990/movie-emoji-quiz
- Owner: sigfriedCub1990
- Created: 2022-08-01T15:48:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T16:07:18.000Z (over 2 years ago)
- Last Synced: 2023-03-05T12:22:01.211Z (over 1 year ago)
- Language: JavaScript
- Size: 287 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emoji quiz app
> A simple quiz app to get a movie's name using emojis.
- [Remix Docs](https://remix.run/docs)
- Original App [from](https://clerk.dev/tutorials/build-movie-emoji-quiz-with-remix-fauna-and-clerk)## Requirements
This app uses [Clerk](https://dashboard.clerk.dev/sign-up) for authentication and [FaunaDB](https://docs.fauna.com/fauna/current/) as the DB.
## Final result
![Final result](./images/final-result.png)
## Development
From your terminal:
```sh
npm run dev
```This starts your app in development mode, rebuilding assets on file changes.