HTML%
CSS%
JAVASCRIPT%
REACT%
Data Structures%
Worked as a Software Intern at MAQ Softwares for 6 Months. Became familiarized with front end technologies such as HTML, CSS, Java Script and React. Also worked on a live project on React and thus has experience of working in a team as well as facing and finishing challenges under strict deadlines.
This is a clone of the Google app which searches and provides result based on the keyword provided. HTML,CSS and JAVASCRIPT were the languages used and REACT was used as a framework.Context API and react Hooks were used for state management Custom hook was also created and taken into use for making data fetching easy and reducing code complexity.Axios was used for making API calls.React Routers were used for navigation
This is a clone of Twitter App that shows the landing page of twitter provided with tweet functionality.React hooks were used for state.Firebase was used as a database and tweets were stored in firebase database Material-Ui was used for various icons and also flexbox was used for the responsiveness of the site. Data was pulled from the firebase and react hooks were used to manipulate the data.
This is a project that searches for Git hUb accounts of the users.It provides the Git hub account and along side it provides various details related to github of that user.The project used React as the framework.Context API was used for state management .React routers were used for navigation to different pages. Functional components were used and use of React Hooks was done.External API was used to make calls and recieve data
This is a javascript project that consists of a few hardcoded questions.After answering the questions result is displayed at the end of the MCQ test.CSS was used for the styling. This is a mini javascript project that involves dom manipulation using javascript.The questions were stored in the json file.
This is To-Do list project that involves storing in various Todos task.React was used as the Framework.The project had the functionality of editing and deletion of the todos that are part of the list. The project uses Functional components instead of class components. React Hooks were used for managing the state in the functional components