sireclifford
Full-Stack Software Developer with a love for JavaScript, C#, ASP.NET. I play FIFA, take adventures and just code. I am available for opportunities
Full-Stack DeveloperBrampton, Canada
Pinned Repositories
awesome-books-modular
A minimal book library created with HTML, CSS & JS. It allows the user to add and remove saved books. Books are stored using the browser's local storage.
BookStore-ReactJs
A minimal ReactJs project designed to showcase books for a reader.
gitflow
hotel-reservation
A hotel reservation web app built with ReactJs. The webapp is beautifully designed using HTML & CSS with reactjs backing up the functionality. A user can search for hotels using filters, make reservations and even compare rooms.
HTML-JS-Capstone
A website for a tech conference developed with HTML, CSS & JS. It has two main pages; Home and About. It currently serves as a template for any tech conference
leaderboard
A basic leaderboard app that takes a user's name and game score to rank them. It makes use of an external API service. The purpose of the app teaches how to utilise an external API effectively
math-magicians
Math Magicians is a web app created using ReactJs. It is a Single Page App (SPA) that allows users to make simple mathematical calculations and read a random math-related quote.
node-farm
A simple NodeJs project that shows a list of some common farm products. Each product has a price, details of its origin, health nutrients. Its beautiful interface is a ejs template designed with HTML/CSS. In the future, I will add a backend to this project to store the data in a database and implement the e-commerce functionality.
Testing
the-view-javascript-capstone
A minimal movie website created using JavaScript, HTML & CSS. This projects utilises an external API (yts.am) to fetch the movie data. By default, the parameters for the search has been set to display.
sireclifford's Repositories
sireclifford/hotel-reservation
A hotel reservation web app built with ReactJs. The webapp is beautifully designed using HTML & CSS with reactjs backing up the functionality. A user can search for hotels using filters, make reservations and even compare rooms.
sireclifford/leaderboard
A basic leaderboard app that takes a user's name and game score to rank them. It makes use of an external API service. The purpose of the app teaches how to utilise an external API effectively
sireclifford/awesome-books-modular
A minimal book library created with HTML, CSS & JS. It allows the user to add and remove saved books. Books are stored using the browser's local storage.
sireclifford/BookStore-ReactJs
A minimal ReactJs project designed to showcase books for a reader.
sireclifford/gitflow
sireclifford/HTML-JS-Capstone
A website for a tech conference developed with HTML, CSS & JS. It has two main pages; Home and About. It currently serves as a template for any tech conference
sireclifford/math-magicians
Math Magicians is a web app created using ReactJs. It is a Single Page App (SPA) that allows users to make simple mathematical calculations and read a random math-related quote.
sireclifford/Testing
sireclifford/the-view-javascript-capstone
A minimal movie website created using JavaScript, HTML & CSS. This projects utilises an external API (yts.am) to fetch the movie data. By default, the parameters for the search has been set to display.
sireclifford/admin-backend
A React Js web app that works as an admin backend. It is used to manage the data that can be fetched through an API. The app is beautify designed with just HTML and CSS. CRUD operations can be performed on users and products. The app also provides analytics based on data fetched over time.
sireclifford/BookStore
sireclifford/e-shop
sireclifford/marvelmetrics
sireclifford/oop-school-libray
You are the librarian of OOP University, and you need a tool that records what books are in the library and who borrows them. This app implements object-oriented programming and allows you to add new students or teachers, add new books, save records of who borrowed a given book and when. All this is built in a beautiful an organised structure
sireclifford/react-native-todo
sireclifford/sire-portfolio
sireclifford/todo-list-peer-review
sireclifford/node-farm
A simple NodeJs project that shows a list of some common farm products. Each product has a price, details of its origin, health nutrients. Its beautiful interface is a ejs template designed with HTML/CSS. In the future, I will add a backend to this project to store the data in a database and implement the e-commerce functionality.
sireclifford/Best-README-Template
An awesome README template to jumpstart your projects!
sireclifford/blog-app
sireclifford/custom-ruby-enum
sireclifford/hellorails
sireclifford/journal
sireclifford/reactjs-todo
sireclifford/rn-photo-album
sireclifford/rn-travel-app
sireclifford/schutze-frontend-task
sireclifford/sireclifford
sireclifford/todo-list
sireclifford/vet-clinic-dbase
In this project, I use a relational database to create the initial data structure for a vet clinic. I create a table to store animals' information, insert some data into it, and query it.