3 Commits

Author SHA1 Message Date
Max Programming
c0e86da606
Introduce gitmoji PWA with next-pwa (#825) 2021-08-02 15:05:00 +02:00
Axieum
bce3b8567d
Prefill gitmoji search from query (#673)
*  Prefill gitmoji search from query
* ♻️ Refactor search prefill to use next/router
*  Add OpenSearch specification
* 🐛 Fix query param in OpenSearch spec
* 🎨 Formatting
*  Add image to OpenSearch spec
*  Sync the search query parameter with input
*  Add tests

Co-authored-by: Carlos Cuesta <carloscuesta@me.com>
2021-01-07 11:59:08 +01:00
Carlos Cuesta
18852ce299
♻️ Move website to Next.js (#368)
This commit updates the stack of the gitmoji website to Next.js. This was a thing I wanted to do a long time ago.

Our current stack was a little bit outdated and had issues with the Developer UX. The concept is the same, the whole site is built into a Static HTML site.

Also we can benefit from using React ⚛️ ❤️

The current stack will be:

Next.js
React
Flow
Scss
Prettier
Jest
2019-10-26 18:00:59 +02:00