Pinned Repositories
A-basic-arithmetic-calculator-using-Javascript
The calculator should be able to perform basic operations like Addition, Subtraction, Multiplication, & Division
A-UI-for-a-Chessboard
A UI for a 5 by 5 chessboard using HTML and CSS.
alx-low_level_programming
This Repo is about C programming
alx-pre_course
I'm now a ALX student, this is my first repository as a full-stack engineer
alx-pre_course22
I'm now a ALX Student, this is my first repository as a full-stack engineer
alx-system_engineering-devops
alx-zero_day
I'm now a ALX Student, this is my first repository as a full-stack engineer
CSS-Flexbox-and-Grid-Layout
Create a 3-column card design using CSS Flexbox Layout and also create a CSS Grid Layout with using retangles.
Django
Creating a new Python virtual environment, Initialize it, and install Django in it.
Inijay's Repositories
Inijay/A-basic-arithmetic-calculator-using-Javascript
The calculator should be able to perform basic operations like Addition, Subtraction, Multiplication, & Division
Inijay/A-UI-for-a-Chessboard
A UI for a 5 by 5 chessboard using HTML and CSS.
Inijay/alx-low_level_programming
This Repo is about C programming
Inijay/alx-pre_course
I'm now a ALX student, this is my first repository as a full-stack engineer
Inijay/alx-pre_course22
I'm now a ALX Student, this is my first repository as a full-stack engineer
Inijay/alx-system_engineering-devops
Inijay/alx-zero_day
I'm now a ALX Student, this is my first repository as a full-stack engineer
Inijay/CSS-Flexbox-and-Grid-Layout
Create a 3-column card design using CSS Flexbox Layout and also create a CSS Grid Layout with using retangles.
Inijay/Django
Creating a new Python virtual environment, Initialize it, and install Django in it.
Inijay/Django-CRUD
Django is based on MVT (Model View Template) architecture and revolves around CRUD (Create, Retrieve, Update, Delete) operations. CRUD can be best explained as an approach to building a Django web application. In general, CRUD means performing Create, Retrieve, Update, and Delete operations on a table in a database.
Inijay/Django-Models
Inijay/Fetch_Metadata_Team89_MetaMagic
MetaMagic is a Web platform that allows its users to upload various specified file types and extract the Metadata of those files with an option to save, export, download, share and embed in websites.
Inijay/Inijay
Config files for my GitHub profile.
Inijay/Javascript
A Javascript code that prints out your name, height, and country on the screen.
Inijay/Landing-Page
Landing page using HTML & CSS. The page will have the following sections: Contact Page, Registration, Login page, and About Page.
Inijay/Portfolio
Inijay/Responsiveness-and-Media-Queries
Build a responsive landing page and add basic animation/transition to your implementation
Inijay/Restaurant
Restaurant Website with React
Inijay/Resume
This Resume was built using react
Inijay/Rock-Paper-Scissors
Rock-Paper-Scissors is a simple two-player game where, at a signal, players make figures with their hands, representing a rock, a piece of paper, or a pair of scissors. The winner is determined according to a set of rules.
Inijay/Rock-Paper-Scissors-Game-using-HTML-CSS-JAVASCRIPT
Rock-Paper-Scissors is a simple two-player game where, at a signal, players make figures with their hands, representing a rock, a piece of paper, or a pair of scissors.
Inijay/Simple-CLI-Calculator-using-Python
A python calculator that can perform: addition, subtraction, division, multiplication and modulus operations.