Pinned Repositories
blog-app
bookstore
The Bookstore website is a web application that allows you to display your custom list books, by adding and removing any book that you are currentely reading.
covid-stats
Covid is a web application that gets live data on COVID 19, It contains two pages the first one contains a list of all the countries with the current number of comfirmed covid cases , when you click on any country it updates you with the current covid situation and stats for that country.
hello-rails
math-magician
The Math magicien website is a single page app that allows users to Make simple calculations & to Read a random math-related quote
recipe-app
RM-global-summit
In this Microverse capstone project , I'm going an online website for a Global summit , based on all the technical skills that I've learned during my time in Microverse so far.
space-hub
This is a React app working with the real live data from the SpaceX API. The application will allow users to book rockets and join selected space missions.
To-Do-List
A To-Do List project from Microverse. It simply lists the things that needs to be done and allows the user to mark them as complete
vet-clinic
Vet clinic is a relational database that representes a data structure for a vet clinic
NabilHY's Repositories
NabilHY/covid-stats
Covid is a web application that gets live data on COVID 19, It contains two pages the first one contains a list of all the countries with the current number of comfirmed covid cases , when you click on any country it updates you with the current covid situation and stats for that country.
NabilHY/vet-clinic
Vet clinic is a relational database that representes a data structure for a vet clinic
NabilHY/RM-global-summit
In this Microverse capstone project , I'm going an online website for a Global summit , based on all the technical skills that I've learned during my time in Microverse so far.
NabilHY/To-Do-List
A To-Do List project from Microverse. It simply lists the things that needs to be done and allows the user to mark them as complete
NabilHY/recipe-app
NabilHY/blog-app
NabilHY/hello-rails
NabilHY/money-manager
Money manager is a mobile web application that allows a user to manage his budget, allows him to have access to a list of transactions associated wuth a category, so he could track what monet he spends.
NabilHY/readme-template
NabilHY/crwn-clothing-v2
Version 2 of Crwn-Clothing!
NabilHY/hello-rails-back-end
NabilHY/hello-rails-react
NabilHY/hello-react-front-end
NabilHY/NabilHY
NabilHY/philosophers-42
The Dining Philosophers Problem simulates philosophers sharing forks to eat. . It demonstrates how multithreading can model concurrent processes (philosophers) requiring synchronized access to shared resources (forks).
NabilHY/rental-car-landing
NabilHY/to-do-review
NabilHY/42-Common_Core
NabilHY/accounting-dash
NabilHY/cfv-7
NabilHY/crwn-clothing
NabilHY/enumerable
NabilHY/fd
NabilHY/fract-ol
NabilHY/monsters-rolodex
NabilHY/morse-code
Simple ruby application to decrypt Morse code messages into humes readable enlish
NabilHY/pipex-42
NabilHY/push_swap_42
NabilHY/school-library
OOP school library is a too that recods what books are in the library and who borrows them.
NabilHY/TDD-Project
This project is an implementation of a class with some methods, but implemented by doing test-driven development (TDD). Here the main idea is to write tests first and then the code.