JS5 - End To End

This is my freedomains.dev page to host my solutions for the JS5 Challenges from C0D3.


Click on the buttons on the bottom of the cards to see each challenge in action!

Contact: @ggwadera in chat.c0d3.com.

Challenge 1
IP Geolocation

Code an API route to show a map with a geolocation using the request IP.

Challenge 2
Commands

Create a route that takes in an input box that lets you execute commands directly on your server.

Challenge 3
Meme Gen

Create a API that generates an image meme using Jimp.

Challenge 4
Asset Creation

Build APIs for powering the text editing site.

Challenge 5
Chatroom using JWT Auth

Build a chatroom using third-party authentication.

Challenge 6
Authentication

Build your own backend for authentication using JWT.

Challenge 7
Image Text Extraction

Build an API for image OCR using Tesseract.js.

Challenge 8
Selfie Queen

Build an application where users can go to your website and take a picture.

Challenge 9
Create a MemeChat

Final Project: Complete a chatroom.