Blogging my journey of learning Full stack devlopment and creating an App to get a hands on knowledge.

Search This Blog

Thursday, 23 February 2023

Invoice Portal User Authentication with Auth0

 Auth 0 SetupApplication > Create Application > Single Page ApplicationUpdated following DetailsName: Invoice Portal AppApplication logo: An URL of logo stored in S3 bucketAllowed callback URL: http://localhost:3000Allowed Logout URL: http://localhost:3000Allowed Web Origins : http://localhost:3000Allow Cross Origin Authentication : EnabledReact AppUpdate the files//Index.js...
Read More

Thursday, 16 February 2023

Invoice Portal Project Links

Web App link for Invoice Portal Invoice Portal App lets an user view and create an Invoice.Features:View the list of Number of Invoices based on their Status and Amount on the Dashboard Page.View Invoice from the invoice list.Create an InvoiceAuthentication of ApplicationCheck out the App Invoice PortalFront End Development GitHub LinkFront End Development for Invoice portalBack...
Read More

Useful React Hooks

 Hooks are the function that you hook it to your Functional App. Hooks can manage state's behavior and side effects by isolating them from a component.Several of Useful Hooks are:1.UseStateThe useState hook is used to create a stateful function component that can be used with JSX.const [state, updaterFunction] = useState('')state:Returns current state valueupdaterFunction : Updates the State...
Read More

Tuesday, 14 February 2023

Created API for Invoice Portal using AWS Lambda function and API Gateway

At first I decided to use MongoDB Atlas Data API for my Invoice Portal App to read and write data from MongoDB database. But during querying the Mongo Data API, it gave an CORS error.So, MongoDB Data API only supports server apps and not browser app .In order to use it you have to implement another API in front of it to access it.I wanted to learn and use AWS services ,so I thought of using AWS...
Read More

Wednesday, 1 February 2023

Featured Post

Invoice Portal Project Links

Web App link for Invoice Portal  Invoice Portal App lets an user view and create an Invoice. Features: View the list of Number of Invoices b...

Powered by Blogger.

Popular Posts