Skip to content

litil/quotatious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1831982 Β· May 19, 2020

History

14 Commits
May 19, 2020
Mar 1, 2020
Mar 1, 2020
Mar 1, 2020
Apr 6, 2020
Mar 1, 2020
Mar 1, 2020
May 19, 2020
Mar 1, 2020
May 19, 2020
Mar 1, 2020
Apr 6, 2020
Apr 6, 2020
Mar 1, 2020
Apr 6, 2020

Repository files navigation

🎬 Quotatitous

prettier CircleCI Netlify Contact me by email Twitter Follow

🍿 A minimalist app testing your cinema culture 🍿
Built with Next.js. Deployed & hosted with Vercel.
https://quotatious.now.sh/

πŸ€·β€β™‚οΈ Where does the idea come from?

Believe me or not, it took me 10 years do build this single page application... I tried to combine so many features but it never properly worked or it didn't make much sense. So I went back to the original idea: displaying random quotes with 2 bug buttons to display the answer and move to the next quote.

πŸ“š How to contribute?

I haven't written any How to contribute guidelines but if you're interested in improving this project, just shout me a message! There are so many features and improvements to implement. Here are a few that I have in mind:

  • display 4 potential answers for a quote and let the user pick one
  • compute a score based on the user's answers
  • better track how many sessions have been done
  • add more quotes to the database. This will never end!

πŸ‘¨β€πŸ’» Stack

This project is powered by NextJS and nothing else.

The database is a simple JSON file as there are, for now, only about 100 quotes. If I decide to add thousands more quotes or add the possibility to add a quote from a UI interface, I'll think about adding a real database.

The continuous integration job is done by CircleCI.

The site is hosted on Vercel. No specific configuration required.

⌨️ Scripts

Run it locally

To run it locally, simply run:

npm run dev

You can test the application on http://localhost:3000

Deploy a preview version

To deploy a preview version, run:

now

It will deploy the application on https://quotatious.guillaumeplambert.now.sh.

Deploy on production

To deploy the application on production, run:

now --prod

The application is now deployed on https://quotatious.now.sh. Next will provide you with a direct link to inspect the application and its deployment.

About

🍿 Minimalist app to test your cinema culture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published