A tool to manage my knitting notebook on Ravelry.
This project was a good learning tool, all about connecting with Ravelry and doing some state management. I am archiving it since I will not take the project further.
Ravelry is a wonderful web site, and I wanted to be respectful of the rich community & database that exists on that site! Go use that wonderful web site!
Download the Presentation Here
This project is also for demonstrating how to deal with complex React state! More documentation to come.
To connect with Ravelry, you'll need to set up your own Ravelry API key: https://www.ravelry.com/api
In order to properly connect with the Ravelry API locally, we need to run localhost in https. I followed setup instructions here: https://medium.com/@dogukanakkaya/local-https-express-server-with-remix-framework-f7723c657066 ... except I used these cert installation instructions: https://github.com/FiloSottile/mkcert
In your .env file, set: USE_LOCAL_HTTPS=true
https://github.com/mui/material-ui/blob/master/examples/material-ui-remix-ts/README.md