Fast React Pizza Co. is a Static React Web Application that displays the Pizza menu of a Authentic Italian Cuisine.In this Project I have established my skills in the Components, JSX and props which are the fundamentals of a Basic React Application.
Travel List is a dynamic React web application that emphasis on packing our things for our trip. It contains a basic checklist of all the things we need to pack. In this project I have learnt in depth about the state management and various flow of data between components. It uses many features like React Hooks, Derived state, State lifting and controlled elements.
This project provides a dynamic user interface that contains a list of all friends and an option to add new friends.
The major idea is to split the bill with the friends and keep track of our expenses. It focusses on basic concepts like state lifting, controlled elements
derived state. This mini project covers all basic concepts of useState hook.
This project provides weather information for the next 7 days based on the entered location.
The primary focus of this project is to utilize React hooks, such as "useState" and "useEffect", to enhance dynamic functionality.
The weather data is fetched entirely from an API. A special feature of this project is its ability to store previous data in the browser's local storage and retrieve it upon initial render.