Lawani-EJ
I'm a Software developer who loves building cool projects I'm an Anime lover and I love cooking
BABCOCK UNIVERSITY ILISHAN REMOOgun State, Ilishan remo
Pinned Repositories
15ProLandingPage
Cloning the Apples's Iphone 15 Pro website, built using React.js and Tailwind CSS. It makes use of the GSAP (Greensock Animations) and Three.js which is used to display the iPhone 15 Pro models in various colors and shapes.
Amazon-Ecommerce-ReactClone
A responsive e-commerce web application built with React and Bootstrap, featuring dynamic navigation, carousels, product cards, and sliders. Perfect for showcasing top-selling items and special offers.
anuragsinghbam
Apax
Website about Apex Legends created with HTML & CSS
Calorie-Counter-App
This website Application is beneficial for keeping track of your daily calorie intake. It allows you to set a calorie budget and monitor each meal and exercise you carry out throughout the day. The website keeps you organized by dynamically adding input fields for each entry.
GOMYCODE-Python-Projects-
This repositiory is a collection of python projects as part of my Bootcamp program at GOMYCODE, this repo showcases projects and progress in my python journey at GOMYCODE's Bootcamp
Image-Convertor
An image convertor application that converts an image format.
Image-Generator
Generating Anime character Images With DALL·E and the OpenAI API
Simple-Photo-WebApplication
This is a task being assigned to me in creating a Simple-Photo-WebApplication
Todo-WebApplication
Users can add, delete, and rearrange tasks, making it easy to organize and manage daily activities effectively.
Lawani-EJ's Repositories
Lawani-EJ/Calorie-Counter-App
This website Application is beneficial for keeping track of your daily calorie intake. It allows you to set a calorie budget and monitor each meal and exercise you carry out throughout the day. The website keeps you organized by dynamically adding input fields for each entry.
Lawani-EJ/Airtime-Loader
This application takes in values and validates the values to give a desired output after meeting several conditions
Lawani-EJ/Calculator-Python
Python is perfectly suited to do basic calculations. It can do addition, subtraction, multiplication and division. The code in the script gives some examples
Lawani-EJ/Logical-Operations-Homepage-Clone
This is a project to cloning the Logical Operations Homepage website.
Lawani-EJ/Monthly-Calander-App
This JavaScript-powered application offers a streamlined approach to reducing complexity, and improving the overall flow.
Lawani-EJ/Pinterest-clone
This project is a replica of the official Pinterest website. It serves as a practical exercise to enhance skills in HTML and CSS.
Lawani-EJ/product-preview-card-component-main
Lawani-EJ/Scholary
Scholary is a dynamic web application designed to streamline the scholarship application process for students globally. Featuring an intuitive, user-friendly interface, Scholary allows applicants to submit their personal details, academic interests, and educational background with ease. From selecting universities around the world
Lawani-EJ/E-commerce_webpage_prototype
This is a class exercise
Lawani-EJ/jQuery-light-bulb
This repository contains a simple web page featuring a light bulb and a switch created using HTML, CSS, and jQuery. The light bulb changes its color to yellow when the switch is turned on, and the switch toggles between green and red states with corresponding text changes.
Lawani-EJ/Loany-App
A JavaScript-based loan application that allows users to check eligibility and calculate results using functions.
Lawani-EJ/Personal-Portfolio
This responsive personal portfolio built with HTML, CSS, and Bootstrap showcases my projects and experience.
Lawani-EJ/poketo-project-webapp
Lawani-EJ/React-First-Practice
This is an introduction to react
Lawani-EJ/React-Form
This is a practical application of using react event handling, in building a simple form
Lawani-EJ/React-Landing-Page
This is a practical introduction in creating a landing page using React.
Lawani-EJ/Restaurant-Webapp
Lawani-EJ/RPG-Game-Prototype1
The Dragon Repeller is an exciting role-playing game (RPG) developed using HTML, CSS, and JavaScript. Dive into a captivating world filled with adventure, quests, and challenges as you embark on an epic journey to repel the mighty dragons threatening the realm.
Lawani-EJ/Shopping-Web-Application
Lawani-EJ/todo-app
Lawani-EJ/Varaible-Naming
In Python, a variable allows you to refer to a value with a name.
Lawani-EJ/Varaible-Types
int, or integer: a number without a fractional part. float, or floating point: a number that has both an integer and fractional part, separated by a point.str, or string: a type to represent text. bool, or boolean: a type to represent logical values
Lawani-EJ/Cart-Prototype
Practicing adding to cart items
Lawani-EJ/empty-codes
Lawani-EJ/First-C-Plus_Program
This was my first C ++ program that I wrote beginning my 2nd semester at BABCOCK UNIVERSITY..
Lawani-EJ/One-Dimensional-Array
This is a one dimensional array. A 1-dimensional array is a linear data structure in the C programming language, consisting of a fixed number of elements of the same data type, stored in contiguous memory allocations. it can be visualized as a sequence of values , indexed by a single integer.
Lawani-EJ/Operations-with-other-types
When you sum two strings, for example, you'll get different behavior than when you sum two integers or two booleans.
Lawani-EJ/Portfolio
Portfolio website built with Bootstrap5
Lawani-EJ/PracticeReact
Lawani-EJ/Type-Conversions-in-Python
Using the + operator to paste together two strings can be very useful in building custom messages. To do this, you'll need to explicitly convert the types of your variables. More specifically, you'll need str(), to convert a value into a string. Similar functions such as int(), float() and bool() will help you convert Python values into any type.