recipeater
revisit all your favorite recipes with ease
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying me a coffee, so I can dedicate more time on open-source projects like this :)
Recipeater is an app aimed at simplifying recipes on the net. No fluff or frills, just the information you are interested in. A user can:
- create a recipe
- favorite a recipe
- edit a recipe
- create a bio
- comment on a recipe
To get the project running on your local machine, you will need Node.js and the following installation guide to get started.
npm install npm@latest -g
- Clone the repo
git clone https://github.com/whoadood/drmb.git
- Install NPM packages
npm install
- Run in dev mode (rollup compile on save)
npm run dev
- Bug fixes!
- Nested comments
- Recipe image carousel
- skeleton loading components
All plans and progress can be found in the projects tabs.
I used this project to try out the fundamentals of CRUD operations with tRPC.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
whoadood - @whoadood
Project Link: recipeater
You can check out the full license here
This project is licensed under the terms of the MIT license.