Posts

Showing posts from January, 2024

React To-do List Project.

Image
 React.js ReactJS is an open-source JavaScript library used to create user interfaces in a declarative and efficient way.    ReactJS is designed to create modular user interfaces and promote the development of reusable UI components that display dynamic data .   What Did I learn from doing this Project using React.js? Components: At the heart of React lies the concept of components. A component is a reusable and self-contained piece of code that encapsulates a specific functionality or user interface element. Components can be simple, like a button, or complex, like an entire form. JSX (JavaScript XML): JSX is a syntax extension for JavaScript recommended by React. It allows you to write HTML elements and components in a syntax that looks similar to XML or HTML. JSX makes it easier to understand and visualize the structure of your components. State and Props: State and props are two fundamental concepts for managing data in React components. State represents the inte...

Demo Car Android Application

Image
Car Android App Created a demo car Android application to display and monitor electric vehicle parameters like Range, Available Battery, etc. ·     Simple authentication system using google firebase authentication, enabling users to create accounts and sign in into app securely. ·       Application also provide user with some remote controls. Here's a Video of User Interface. I gained Experience in the following: Android Studio Firebase Kotlin Android Concepts like Fragments and Views XML Thanks for Reading XD

Cook-it, A Cooking Website.

Image
Cook-it - Cooking Website ·     I developed a dynamic and interactive cooking website using HTML, CSS, JavaScript, PHP and Node.js. ·          The website enables user to search and view recipes from database and add their own recipes to the data base. ·     Website Provide User Authentication and Authorization using JSON web tokens. Aesthetic UI/UX.   This project was really a fun to make, and gave me a lot of experience of working with databases and creating UI using HTML and CSS. I gained Experience in the following: HTML/CSS Node.js MongoDB MySQL JavaScript Thanks for Reading XD