Lawani Elyon John (Lawani-EJ)

Lawani-EJ

Geek Repo

Company:BABCOCK UNIVERSITY ILISHAN REMO

Location:Ogun State, Ilishan remo

Twitter:@elyon_codes

Github PK Tool:Github PK Tool

Lawani Elyon John's repositories

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.

Language:JavaScriptStargazers:1Issues:0Issues:0

Landing-Page

Serenity Haven Hotel webpage: Experience tranquility and luxury with our immersive layout. Explore our range of services, book tours, and get in touch with us effortlessly.

Language:HTMLStargazers:1Issues:1Issues:0

Loany-App2

Loany-App2 offers access to business loans with a simple user interface. Seamlessly check eligibility with the JavaScript-based loan application.

Language:CSSStargazers:1Issues:0Issues:0
Language:JavaScriptStargazers:1Issues:1Issues:0

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.

Language:JavaScriptStargazers:1Issues:0Issues:0

Airtime-Loader

This application takes in values and validates the values to give a desired output after meeting several conditions

Language:JavaScriptStargazers:0Issues:0Issues:0

Apax

Website about Apex Legends created with HTML & CSS

Language:CSSStargazers:0Issues:0Issues:0

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

Language:PythonStargazers:0Issues:0Issues:0

Cart-Prototype

Practicing adding to cart items

Language:JavaScriptStargazers:0Issues:0Issues:0

E-commerce_webpage_prototype

This is a class exercise

Language:HTMLStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

First-C-Plus_Program

This was my first C ++ program that I wrote beginning my 2nd semester at BABCOCK UNIVERSITY..

Language:C++Stargazers:0Issues:0Issues:0

GreenMart

This code creates a dynamic and responsive user interface for showcasing products fetched from an external API.

Language:HTMLStargazers:0Issues:0Issues:0

Hello-Python

This is my first time writing Python. This repository contains all my practice exercises aimed at improving my Python data-science skills. The goal of this repository is to track my progress and showcase the various concepts and techniques I am learning as I develop my proficiency in Python, especially in the context of data science.

Language:PythonStargazers:0Issues:1Issues:0

Landing-page-using-aync-and-await

In this repository, a landing page is built with HTML and Bootstrap, using the async and await method in JS

Language:HTMLStargazers:0Issues:0Issues:0

Loany-App

A JavaScript-based loan application that allows users to check eligibility and calculate results using functions.

Language:JavaScriptStargazers:0Issues:1Issues:0

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.

Language:C++Stargazers:0Issues:0Issues:0

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.

Language:PythonStargazers:0Issues:0Issues:0

Personal-Portfolio

This responsive personal portfolio built with HTML, CSS, and Bootstrap showcases my projects and experience.

Language:SCSSStargazers:0Issues:1Issues:0

Portfolio

Portfolio website built with Bootstrap5

Language:HTMLStargazers:0Issues:1Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

React-First-Practice

This is an introduction to react

Language:JavaScriptStargazers:0Issues:0Issues:0

React-Form

This is a practical application of using react event handling, in building a simple form

Language:JavaScriptStargazers:0Issues:0Issues:0

React-Landing-Page

This is a practical introduction in creating a landing page using React.

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:1Issues:0

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.

Language:PythonStargazers:0Issues:0Issues:0

Varaible-Naming

In Python, a variable allows you to refer to a value with a name.

Language:PythonStargazers:0Issues:0Issues:0

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

Language:PythonStargazers:0Issues:0Issues:0