Pinned Repositories
gryffindor-rc
AudioBook
React Native app for streaming audio books
chap
Expensify
React-Router, Redux, React-Testing
Fitaman
Fitaman is an e-Commerce website for Men's clothing. Built with React Next GraphQl and Prisma
kitchen-hub
Kitchen hub allows everyone share their secret food recipe.
post-it-app
PostIt is a simple application that allows friends and colleagues create groups for notifications. https://post-it-app35.herokuapp.com
Shop-list-Client
React Shoplist app
Shop-List-Server
Serverless firebase Cloud function
openmrs-owa-addonmanager
Open Web Application that manages Add Ons for OpenMRS
Charpell's Repositories
Charpell/mastering-chrome-devtools
:fire: Website for teaching Chrome DevTools
Charpell/abv-bc-home-session-2
Charpell/abv-bc-home-session-3
Charpell/abv-bc-slc
Charpell/advanced-nodejs
For help, ask in #questions at slack.jscomplete.com
Charpell/AdvancedReactNative
Companion repo to a course hosted on Udemy.com
Charpell/AJAX-example
How to use ajax and json to pull data and load them on the fly
Charpell/chatapp-realtime
This create a basic chat application using Socket.io, a popular Javascript libary. . Normally, writing a chat application with popular web applications stacks like LAMP (PHP) has traditionally been very hard. It involves polling the server for changes, keeping track of timestamps, and it’s a lot slower than it should be. Sockets have traditionally been the solution around which most realtime chat systems are architected, providing a bi-directional communication channel between a client and a server. This means that the server can push messages to clients. Whenever you write a chat message, the idea is that the server will get it and push it to all other connected clients.
Charpell/color-game
A game of color combination
Charpell/css-flexbox-playlist
Base HTML & CSS files, plus example files, for TheNetNinja CSS Flexbox Playlist on YouTube.
Charpell/debugging-js-samples
Code samples used in my Debugging JS YouTube video at https://youtu.be/-q1z8BPFItw
Charpell/EdinburghFringeJokes
A repo for a blog post looking at the Edinburgh Fringe Festival jokes
Charpell/expert-octo-engine
Charpell/javascript-demo-project
Basic JavaScript project for demonstration of programming concepts
Charpell/openmrs.js
:hospital: JavaScript client library for the OpenMRS API
Charpell/Todo-list
A To-Do list application built with JQuery