the-catalystmc
I am a Full Stack Developer who fine-tuned my skills at Microverse. I am open to new opportunities. Tech Stack: HTML, CSS, Javascript, React, Ruby, Ruby on Rail
Jamaica
Pinned Repositories
awesome-books
A book app that allows the user to add and remove books. Built with HTML, CSS, and, Javascript.
beef-restaurant
A webapp that loads products from an API.
budget-app
This 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.
church-conference-capstone
This is a project for an annual church conference. It was built with HTML, SASS, and Javascript.
jamaica-football-player-stats
A webpage that provides the latest statistics and information on Jamaican football players.
leaderboard
This is a leaderboard website that displays scores submitted by different players. It also allows users to submit their scores.
microverse-portfolio-setup
Used to setup my portfolio project that has been assigned by Microverse.
space-travelers-hub
A web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
the-catalystmc
My special home page.
todo-list
A todo list with interactive drag and drop features.
the-catalystmc's Repositories
the-catalystmc/space-travelers-hub
A web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
the-catalystmc/budget-app
This 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.
the-catalystmc/church-conference-capstone
This is a project for an annual church conference. It was built with HTML, SASS, and Javascript.
the-catalystmc/microverse-portfolio-setup
Used to setup my portfolio project that has been assigned by Microverse.
the-catalystmc/the-catalystmc
My special home page.
the-catalystmc/bookstore
A bookstore app that displays books. It also allows users to add and remove books.
the-catalystmc/crypto-market-cap-app
This is a mobile web application that displays the total market capital of the top ten crypto currencies in the world. Each individual currency can then be selected and the associated market value will be displayed for it. All data is requested from an API and then appended to the page.
the-catalystmc/hello-rails-back-end
This exercise is going to entail the creation of a React front-end with a Rails back-end and connect them to display a random message. This is the back-end of the app.
the-catalystmc/hello-rails-react
An app which says hello world using the rails gem.
the-catalystmc/hello-react-front-end
A app that returns a random greeting from an API.
the-catalystmc/recipe-app
The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app allows you to make them public so anyone can access them.
the-catalystmc/resume-builder
This is a webapp that assists users to create a resume by providing user friendly fields for them to fill out. The user also has the option to get a PDF version of their creation or save their creation in the devices local storage.
the-catalystmc/testing-practice
Practicing the use of Jest.
the-catalystmc/todo-list
A todo list with interactive drag and drop features.
the-catalystmc/vet-clinic-database
Use a relational database to create the initial data structure for a vet clinic. You will create a table to store animals' information, insert some data into it, and query it.
the-catalystmc/beef-restaurant
A webapp that loads products from an API.
the-catalystmc/leaderboard
This is a leaderboard website that displays scores submitted by different players. It also allows users to submit their scores.
the-catalystmc/buddles-inn
the-catalystmc/gitflow-exercise
An exercise that helps the user to become acquainted with the gitflow.
the-catalystmc/hellorails
A simple Ruby on Rails app that prints out 'Hello World!!!'
the-catalystmc/math-magicians
"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations. Read a random math-related quote.
the-catalystmc/my-portfolio
This is a portfolio created using Webpack, HTML, CSS and Javascript. It is a webpage that contains a greet section that welcomes visitors. There is also a project section that showcases my previous work, an about me section and a contact me section.
the-catalystmc/people-place
The Blog app is a classic example of a blog website. It is fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
the-catalystmc/react-todo-app
Used to consolidate knowledge about React, components, props, state, and hooks, by following a tutorial.
the-catalystmc/review-todo-list
A copy of the todolist that will be reviewed.
the-catalystmc/ruby-enumerable
the-catalystmc/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. This app will allow you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when.
the-catalystmc/smile-tours
the-catalystmc/tdd-solver
In this project you will implement a class with some methods, but you will do it by doing test-driven development (TDD). Remember that the idea is to write tests first and then the code. This will be verified in your commits history, so it is important to use the proper sequence.
the-catalystmc/webpack-boilerplate
A simple yet powerful webpack boilerplate, which can be used as a starting point in projects. Built by following the webpack official guides.