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

https://github.com/friedrith/cookbook

The recipe app that focuses on what matters
https://github.com/friedrith/cookbook

Last synced: 4 months ago
JSON representation

The recipe app that focuses on what matters

Awesome Lists containing this project

README

          


CookBook

CookBook is not like other recipe app. The goal is to reproduce the principle of grandmother cook book but with modern tools. For CookBook, we focus on features that really matter in addition of great accessibility and multiple languages support.

The goal is too simplify user life and do most the job. It includes importing the recipes as easier as possible, help him to retrieve them.

## Getting started

```bash
# You need to initialize some environment variables
cp .env.template .env

pnpm install

pnpm start

# in parallel (other terminal)
cd api
nvm use v16.17.0
yarn api
```

## Contributing

Before contributing, please read the [CONTRIBUTING.md](Guidelines).

## Useful links

- https://web.dev/add-manifest/
- [Accessibility](https://reactjs.org/docs/accessibility.html)
- [Single page applications for github pages](https://github.com/rafgraph/spa-github-pages)