Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tj2904/kitchen-helper
A React app to help in the kitchen. Converting measurement and temperatures.
https://github.com/tj2904/kitchen-helper
bootstrap conversion flask react reactjs recipes spoonacular spoonacular-api
Last synced: 1 day ago
JSON representation
A React app to help in the kitchen. Converting measurement and temperatures.
- Host: GitHub
- URL: https://github.com/tj2904/kitchen-helper
- Owner: tj2904
- Created: 2022-02-01T19:52:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T09:21:58.000Z (4 months ago)
- Last Synced: 2024-06-28T09:44:49.825Z (4 months ago)
- Topics: bootstrap, conversion, flask, react, reactjs, recipes, spoonacular, spoonacular-api
- Language: JavaScript
- Homepage: https://kitchen-helper.onrender.com/
- Size: 4.88 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Project Poster](https://user-images.githubusercontent.com/3164936/211671058-46f97373-393d-473b-91a7-d4a24eca3946.png)
# MyKitchenHelper
This project uses:
* Javascript - React
* Python - Flask
* Bootstrap
* Jest testing libraryYou can
[check out the App](https://kitchen-helper.onrender.com/) on Render, or read more about it on my [Portfolio](https://tj2904.com/kitchen-helper).## Available Scripts
In the project directory, you can run:
#### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.#### `npm start-api`
Runs the flask api app in the development mode.\
Open [http://localhost:5000](http://localhost:3000) to view it in your browser.
#### `npm test`Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.#### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.