Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.