Clone Github - Zerodha

useEffect(() => { axios.get('http://localhost:5000/stock/INFY') .then(response => { setStock(response.data); }) .catch(error => { console.error(error); }); }, []);

return ( <div> <h1>{stock.name}</h1> <p>Price: {stock.price}</p> </div> ); } zerodha clone github

import React, { useState, useEffect } from 'react'; import axios from 'axios'; useEffect(() =&gt; { axios

if __name__ == '__main__': app.run(debug=True) }) .catch(error =&gt