Skip to content
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

Open
caseydierking opened this issue Sep 25, 2019 · 5 comments
Open

Simple frontend to view recipes (gatsby?) #6

caseydierking opened this issue Sep 25, 2019 · 5 comments

Comments

@caseydierking
Copy link
Owner

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.

@thalaeg
Copy link

thalaeg commented Oct 1, 2019

How are you planning to grab the JSON files? Just query github for them?

Might recommend that the tasks look something like

  1. Create application (I would throw out React) to display
  2. Determine best way to query data and do so
  3. Style the recipe cards to look really cool

@caseydierking
Copy link
Owner Author

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

@thalaeg
Copy link

thalaeg commented Oct 2, 2019

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!

@kennyvanle
Copy link

can i work on this?

@caseydierking
Copy link
Owner Author

Go for it Kenny. If we could even get a MVP up, that would be a good launching point for others to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants