Mhdez221993
I am a Full-Stack Software Developer with a love for performance and accessibility. Stack: JavaScript, Ruby, Rails, React, Redux. Open to new opportunities.
Full-Stack DeveloperSpain
Mhdez221993's Stars
Joshua-Ashton/VPhysics-Jolt
Volt (VPhysics Jolt) is a replacement physics module for the Source Engine.
greatfrontend/greatfrontend
Feedback and suggestions for GreatFrontEnd
Whoistolu/budget-app
Ruby on rails mobile web application where you can manage your budget: you have a list of transactions associated with a category so that you can see how much money you spent and on what.
ZeenatLawal/Penz_Classes_Frontend
An online class app that allows users to see all available courses, reserve a spot in a class, see all reservations, add and delete courses.
ZeenatLawal/Portfolio
My personal portfolio
ZeenatLawal/Weather-App
A simple weather app built with ReactJS with the OpenWeatherMap API
ZeenatLawal/Telegram-Bot-MySickleBot
MySickleBot is a telegram bot where users can get health tips on Sickle Cell Anaemia. Users can get healthy living, harmful things, help a loved one and when to get medical care tips. Built with Ruby.
ZeenatLawal/ZeenatLawal
ZeenatLawal/Rails-React-Tutorial
ROR and React project using react-rails gem.
ZeenatLawal/Hello-Rails-React
Implement a connection between a Ruby on Rails back-end and React front-end using react-rails gem.
Mhdez221993/js-algorithms
JavaScript Algorithms
ZeenatLawal/Angular-AlbumStoreProductPage
ZeenatLawal/To-Do-List-React
This is a To-Do list app that allows users to add new tasks, mark completed tasks, edit existing tasks and delete tasks. It was built following the tutorial: React Tutorial From Scratch: A Step-by-Step Guide (2021). Built with React.
Mhdez221993/comic_dance_club
The project we are going to build for the Final Capstone Project is based on an app to book an appointment to try a new dance class.
Mhdez221993/crypto_tracker
This is a Vue project designed to track crypto coin prices. You can see the prices in the Bar chart or table mode. Also, you can interact with the table, which is multicolumn sorting or preferer to find a specific price or date, you can filter by custom input.
Mhdez221993/hello_rails_app
The goals of this project are: Install Ruby on Rails framework and Use RubyGems as a software package system.
Mhdez221993/bookstore_1
Mhdez221993/catalog_of_my_things
We created a console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games.
Mhdez221993/countries_api
This API has 5 end points where the first 3 are for authentication and the other 2 return one or all countries for a given string
Mhdez221993/dance_club_api
This API offers service to a react application that books and displays dance class appointments
Mhdez221993/decode_morse_code
Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, called dots and dashes, or dits and dahs. Morse code is named after Samuel Morse, one of the inventors of the telegraph.
Mhdez221993/hello_rails_react
By now you've used many different gems with Rails and this exercise will have you connect previous knowledge with new knowledge as you get a chance to use the react-rails gem. This gem allows you to build React components as a part of your Rails JavaScript and serve it in a component, react_component, to be used in a regular ERB file.
Mhdez221993/hello_react_front_end
Set up a "Hello world" project with two apps. Implement a connection between a Ruby on Rails back-end and React front-end. Understand pros and cons of different approaches of connecting Ruby on Rails back-end with React front-end.
Mhdez221993/market_place_api
Mhdez221993/my_enumerable
The Enumerable mixin provides collection classes with several traversal and searching methods, and with the ability to sort. The class must provide a method each, which yields successive members of the collection. If #max, min, or sort is used, the objects in the collection must also implement a meaningful <=> operator, as these methods rely on an ordering between members of the collection.
Mhdez221993/pay_easy
The Ruby on Rails capstone project (remember what they are?) is about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
Mhdez221993/portfolio
Software Engineer | JavaScript, Rails, React, Redux | In love with pair-programming, JavaScript, C++, and remote work.
Mhdez221993/restcountries
Test development project
Mhdez221993/school_library
Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will see will allow a you to do so.
ZeenatLawal/Penz_Classes_Backend
An online class app that allows users to see all available courses, reserve a spot in a class, see all reservations, add and delete courses. This repository consists of Api End points for Courses & Reservations and is linked to a front end built with React.