Overview
The Recipes App with Hasura is a lightweight application built with NextJS and Hasura. It allows users to create and explore recipes. The app features multi-language support, dark and light modes, and the ability to create and update recipes. It utilizes NextJS for frontend development, Hasura for retrieving recipe data through a GraphQL API, and Chakra UI for implementing modular and accessible styled components.
Features
- Explore recipes
- Create and update recipes
- Dark and light mode
- Multi-Language support (Portuguese and English)
Installation
To install the Recipes App with Hasura, follow these steps:
- Install Node.js and Yarn on your system.
- Clone the project using one of the following commands:
- HTTPS:
git clone https://github.com/LauraBeatris/recipes-next-hasura.git - SSH:
git clone git@github.com:LauraBeatris/recipes-next-hasura.git(Note: SSH access requires a registered SSH key in your GitHub account)
- HTTPS:
- Install project dependencies by running
yarn installcommand.
Summary
The Recipes App with Hasura is a lightweight application built with NextJS and Hasura. It allows users to create and explore recipes. The app includes features such as multi-language support, dark and light modes, and the ability to create and update recipes. The installation process involves cloning the project and installing the necessary dependencies. This project is released under the MIT license and was created by Laura Beatris in 2020.