• Stars
    star
    1
  • Language
    HTML
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Campus-Tut

This is our final portfolio project with ALX Software Engineering Programme, this is to showcase our technical and collaborative skill, this will be built using NodeJS(ExpressJS), just the API Endpoints, we might as well build a frontend for it at a later time.
JavaScript
3
star
2

CampusMarket

CampusMarket is a market place for student that is built to help student connect with one another in the aspect of buying and selling things within their Campuses.
2
star
3

simple_shell

Simple Shell
C
2
star
4

GideonBature

my personal repository
2
star
5

30DaysOfRust

This repository contains all the code I wrote while learning Rust for 30 days in the month of July.
HTML
2
star
6

alx-backend-javascript

This is one of the alx specialization repository for Backend Software Engineering
2
star
7

alx-interview

A curated collection of interview challenges for software engineering roles, covering algorithms, data structures, system design, and more, aimed at preparing candidates for tech industry assessments.
Python
2
star
8

encode-aptos_move

This repository is used to house all the code for learning Aptos Move with Encode in the Aptos Move 6-weeks bootcamp. There are also sections for classworks as well as assignments
Move
2
star
9

rust-guessing_game

This is one of the first project I built to solidify my learning Rust, it is a guessing game, where random numbers within 1 - 100 are generated and the player is allowed to guess, where His guess can either be too high(guess greater than random number), or too low(guess lesser than random number).
Rust
2
star
10

alx-backend-python

This repository is dedicated to Python-based backend projects, showcasing best practices, patterns, and essential libraries for efficient backend development.
Python
2
star
11

nodejs-api

This repository contains code where I built a REST API using Node.js, and this is practice for my forth coming portfolio project called CampusTut.
JavaScript
2
star
12

alx-files_manager

This project is a summary of this back-end trimester: authentication, NodeJS, MongoDB, Redis, pagination and background processing.
JavaScript
2
star
13

alx-backend-storage

This repository is focused on backend storage solutions, it implements a robust and scalable design to support modern web applications. Ideal and efficient data management practices.
Python
2
star
14

algorithms

Explore a collection of my implementations of various searching and sorting algorithms. This repository serves as a playground for algorithmic exploration and understanding. The Application of C, Python and JavaScript of algorithmic problem-solving.
1
star
15

hennge

This repository contains the assessment task that was given to me by the HENNGE company for their Global Internship Program (GIP) that I applied in June 2024.
Python
1
star
16

project-registration_form

This repository contains a registration form project that I worked on while learning HTML Forms and CSS.
CSS
1
star
17

zero_day

This is my first repository as a full-stack engineer
1
star
18

alx-pre_course

I'm now a ALX Student, this is my first repository as a full-stack engineer
Shell
1
star
19

Whitelist-DApp

This is the repository where I will be posting all the dApps I will be creating, especially as I learn from LearnWeb3.io
JavaScript
1
star
20

alx-zero_day

I'm now a ALX Student, this is my first repository as a full-stack engineer
Shell
1
star
21

project-rock_paper_scissors

This repository contains the rock paper scissors game. It was built using HTML, CSS and JavaScript.
JavaScript
1
star
22

top-web_development-tasks

This Repository contains all the tasks I have done while I was taking The-Odin-Project Web Development Self-Paced Programme
JavaScript
1
star
23

web3Learn-smart_contract_programming

Contained in this repository are all the tasks given in the 2022 August cohort of Web3Learn
Solidity
1
star
24

shop-api

This is a simple shop api built with Flask RESTful API
Python
1
star
25

project-huddle_landing_page

This repository contains the project I worked on while learning HTML and CSS, it is a landing page with various sections.
CSS
1
star
26

starklings_app-solutions

This repository contains the solutions to all the Starklings App exercises
Cairo
1
star
27

alx-backend-user-data

This is one of the alx specialization repository for Backend Software Engineering which deals with user data
Python
1
star
28

top-web_development-projects

This Repository contains all the projects I have done while I was taking The-Odin-Project Web Development Self-Paced Programme
HTML
1
star
29

project-etch_a_sketch

This repository contains etch a sketch web app that I built using HTML, CSS and JavaScript, while learning Web Development with The Odin Project (TOP).
JavaScript
1
star
30

alx-revision

This Repository will contain all alx-projects I revised, implementing other logic apart from the ones I used by doing my project.
Python
1
star
31

metaschool-start_building_on_aptos

This is a repository that I used in learning the Aptos Move with metaschool.so. It contains all the extra code and exercises I embarked on to complement my learning and also try out as much concepts as I can for in-depth understanding and familiarisation of the Aptos-Move.
Move
1
star
32

alx-higher_level_programming

The ALX-High_Level_Programming repository is a comprehensive collection of resources, code examples, and projects dedicated to advancing knowledge and expertise in low-level programming. This repository serves as a valuable reference and learning hub for individuals seeking to delve into the intricacies of programming at the software level.
Python
1
star
33

project-admin_dashboard

This repository holds the project where I used HTML and CSS, particularly using the display grid to build an admin dashboard
HTML
1
star
34

learning-ReactJS

CSS
1
star
35

binary_trees

A binary tree is a hierarchical data structure with nodes having at most two children: a left child and a right child. Rooted at the top, it's a fundamental tool in computer science, used for efficient searching, sorting, and data representation. Essential in algorithms and software development.
C
1
star
36

react-projects

This repository contains various React Projects that I built while learning React and TailwindCSS
JavaScript
1
star
37

react-counterApp

a Simple Counter Application made with React + Tailwind
JavaScript
1
star
38

project-library_store

This repository contains the library store project that was built with HTML, CSS and JavaScript, where one can store the title of a book, author, number of pages and the read status
HTML
1
star
39

starknet-components

This is used for learning and understanding components and composability...
Cairo
1
star
40

sorting_algorithms

A comprehensive collection of sorting algorithms implemented in C programming language. Explore, learn, and compare the efficiency and performance of classic and modern sorting techniques. Join us on the journey to mastering the art of sorting in software engineering.
C
1
star
41

Result-Note-ReactJS

This is a repository that contains an educational web based application for secondary schools and colleges, where students scores can be entered and results generated.
JavaScript
1
star
42

alx-low_level_programming

The ALX-Low_Level_Programming repository is a comprehensive collection of resources, code examples, and projects dedicated to advancing knowledge and expertise in low-level programming. This repository serves as a valuable reference and learning hub for individuals seeking to delve into the intricacies of programming at the hardware level.
C
1
star
43

simple_messaging_blog-reactjs_nodejs

This simple web application is a simple messaging blog application that performs the basic CRUD application including authentication and authorization. It is built using ReactJS on the frontend to consume the api and NodeJS on the backend to create the various api endpoints that are needed for the full functionality of the Application.
JavaScript
1
star
44

learning_rust

This repository contains all my hands on practise while learning Rust through the Rust Book, this includes starting out with using the rust compiler called rustc and then using the cargo to manage rust projects etc.
Makefile
1
star
45

minigrep

This is one of the projects I built while learning Rust using the Rust Book. This is a smaller version of the grep tool with smaller feature, the goal is to experiment and make use of what I have learnt so far, while learning using the Rust book
Rust
1
star
46

voting-dapp

This is a decentralized application that is built on top of the layer 2 cartesi rollup, it is a pure backend application that is built on the cartesi layer 2 with various endpoints
JavaScript
1
star
47

aptos_move-examples

This repository is used to try examples on different concepts in the Aptos version of Move Programming Language.
Move
1
star
48

cartesi

This repository contains all the codes while learning to build on the cartesi rollup.
Dockerfile
1
star
49

rust-simple_cli_calculator

This project is a simple command line interface calculator that gets the operands and operator from the command line and parse them, also applies structs, enums, crates and modules, this is to solidify my understand of from Chapter 1 to Chapter 6 of the Rust book. It is for practice purpose.
Rust
1
star
50

DSA

This repository contains all the codes for my data structures of algorithm learning for JavaScript
Python
1
star
51

zuri_training-projects

This repository contains all the projects I worked on during the Zuri-Training that lasted for 4 months between the period of April to August in 2022
Python
1
star
52

alx-system_engineering-devops

alx-system_engineering-devops: Comprehensive GitHub repository for mastering system engineering and DevOps. Code examples, guides, and practical resources to enhance skills and stay updated. Encourages collaboration and community engagement. Ideal for beginners and experienced professionals. #DevOps #SystemEngineering
Shell
1
star
53

livecli

This is a simple command line interface built using Rust. This project is meant to help me apply all what I have been learning in Rust over the past days all in a single project...
Rust
1
star
54

alx-backend

This is one of the alx specialization repository for Backend Software Engineering
Python
1
star
55

datacamp-data_engineering

This repository shows all the Data Engineering projects I have worked on while learning Data Engineering on Data Camp
Jupyter Notebook
1
star
56

SimpleRecordAPI

This is a repository that contains a simple record API with full implementation of CRUD, uses ExpressJS and Mongodb. It is for learning Purposes.
JavaScript
1
star
57

express-redis-app

This repository is used to practice how redis work in and with ExpressJS
JavaScript
1
star
58

nodejs

This is a repository that I used while learning how to use nodejs
HTML
1
star
59

CampusTut

This is our final portfolio project with ALX Software Engineering Programme, this is to showcase our technical and collaborative skill, this will be built using NodeJS(ExpressJS), just the API Endpoints, we might as well build a frontend for it at a later time.
JavaScript
1
star
60

user_management_application

This is a simple web application that is based on Actix web, DieselORM, PostgreSQL. it is a simple application that is just used to show how to deploy an actix web application on render. Also, how to set the database as well as the tables and all on render.
Rust
1
star
61

book_shop

This is a smart contract where books can be bought with a token, an ERC20 standard token. This makes use of cross contract interaction, making use of Dispatchers and Dispatchers Traits.
Cairo
1
star