flysteur-dev / purbeurre

Easily find cook book recipes | Offline Progressive Web App using (PWA, React, Apollo, GraphQL, Offline persistance)

Home Page:https://flysteur-dev.github.io/purbeurre/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PurBeurre logo

PurBeurre

Demo

Try it with your mobile phone.
Want to keep it ? add it to your dashboard !

Screenshots

splashscreen recipes list add recipe

Why ?

Pur Beurre is a Cook book search engine.

I have so many cook books in my library! Each time I want to cook leeks, it's impossible to remember each recipe owning this ingredient.. So I end up doing usual recipes.

So I decided to create PurBeurre, to take the most of my books and reinvente my cooking time.

Bon appétit !

Tech

This project is using PWA (Progressive Web App) capabilities.
Building for offline first, data is stored into the local storage. (data won't be deleted even if the PWA is deleted from the dashboard)

App state and data are managed by the Apollo local state, and accessible through clients queries and mutations handled by our clients resolvers.
Data are restored asynchronously on startup and persisted at every modification.

Libraries:

  • React
  • Apollo
  • GraphQL

Try it

// Clone
git clone git@github.com:flysteur-dev/purbeurre.git

// Install
cd purbeurre
npm install

// Run
npm start
open http://localhost:3000

Changelog

[0.2.0] - 2019-04-15

  • Recipe validation
  • Recipe tests

[0.1.0] - 2019-03-29

  • Initial release

Contributing

If you find this project useful, we'd appreciate any contribution!
You can also check project page to find something to start.

About

Easily find cook book recipes | Offline Progressive Web App using (PWA, React, Apollo, GraphQL, Offline persistance)

https://flysteur-dev.github.io/purbeurre/


Languages

Language:JavaScript 83.0%Language:CSS 15.3%Language:HTML 1.7%