Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 library

You 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.