-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple frontend to view recipes (gatsby?) #6
Comments
How are you planning to grab the JSON files? Just query github for them? Might recommend that the tasks look something like
|
You are more than welcome to create issues on these point if you wish. The reason I threw out Gatsby is because there is no server/backend needed and you can reference the json files to populate the data. I do agree it should be more broken down with more planning |
After more research, Gatsby leverages react for its static site generating capabilities. Good learn from here (https://blog.logrocket.com/is-gatsby-really-that-great-e7b19c4c1c05/). I can spend time looking into it. However, I would be happy to have others take over that want a hackotoberfest credit. Feel free to call dibs! |
can i work on this? |
Go for it Kenny. If we could even get a MVP up, that would be a good launching point for others to contribute. |
One thing that would be cool in addition to having a repository of recipes is just having a simple front end that can parse the json files and display them. Bonus points if you can sort/search.
The text was updated successfully, but these errors were encountered: