Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurabeatris/recipes-next-hasura
A lightweight app to explore and create recipes - Built with Next.js, Hasura, and Chakra-UI
https://github.com/laurabeatris/recipes-next-hasura
apollo chakra-ui emotion frontend graphql hasura nextjs react
Last synced: 12 days ago
JSON representation
A lightweight app to explore and create recipes - Built with Next.js, Hasura, and Chakra-UI
- Host: GitHub
- URL: https://github.com/laurabeatris/recipes-next-hasura
- Owner: LauraBeatris
- Created: 2020-07-26T23:12:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:34:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T10:48:21.869Z (28 days ago)
- Topics: apollo, chakra-ui, emotion, frontend, graphql, hasura, nextjs, react
- Language: TypeScript
- Homepage: https://recipes-next-hasura.vercel.app
- Size: 5.71 MB
- Stars: 30
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Recipes App with Hasura
> A lightweight app made with NextJS and Hasura to create and explore recipes
[![Author](https://img.shields.io/badge/author-LauraBeatris-191F2B?style=flat-square)](https://github.com/LauraBeatris)
[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/recipes-next-hasura?color=%23191F2B&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LauraBeatris/recipes-next-hasura?color=191F2B&style=flat-square)](https://github.com/LauraBeatris/recipes-next-hasura/stargazers)
[![Forks](https://img.shields.io/github/forks/LauraBeatris/recipes-next-hasura?color=%23191F2B&style=flat-square)](https://github.com/LauraBeatris/recipes-next-hasura/network/members)
[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/recipes-next-hasura?color=191F2B&style=flat-square)](https://github.com/LauraBeatris/recipes-next-hasura/graphs/contributors)
[![recipes-next-hasura](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/2ku8bu&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/2ku8bu/runs)
---
# :pushpin: Table of Contents
* [Features](#rocket-features)
* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [FAQ](#postbox-faq)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)# :rocket: Features
* 🍕 Explore recipes
* 🥐 Create and update recipes
* 🎨 Dark and light mode
* 🌍 Multi-Language support - [Portuguese](http://recipes-next-hasura.vercel.app/pt) and [English](http://recipes-next-hasura.vercel.app)# :construction_worker: Installation
**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**
```git clone https://github.com/LauraBeatris/recipes-next-hasura.git```
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
```git clone [email protected]:LauraBeatris/recipes-next-hasura.git```
**Install dependencies**
```yarn install```
# :runner: Getting Started
Run the following command in order to start the application in a development environment:
```yarn dev```
# :postbox: Faq
**Question:** What are the tecnologies used in this project?
**Answer:** The tecnologies used in this project are [NextJS](https://nextjs.org/), [Hasura](https://hasura.io/) to retrieve recipes data via a GraphQL API and [Chakra UI](https://chakra-ui.com/) to implement modular and accessible styled components.
# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the the [Recipes Next Hasura](https://github.com/LauraBeatris/recipes-next-hasura/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/LauraBeatris/recipes-next-hasura/blob/master/CONTRIBUTING.md) to find out about the coding standards.
# :tada: Contributing
Check out the [contributing](https://github.com/LauraBeatris/recipes-next-hasura/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
Released in 2020.
This project is under the [MIT license](https://github.com/LauraBeatris/recipes-next-hasura/master/LICENSE).Made with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀