My Projects
Here are some of the projects I've worked on. Each one represents a unique challenge and learning experience in my journey as a developer.
0
02048 JS Game
Online code and markdown editor build with react.js. Online Editor which supports html, css, and js code with instant view of website. Online markdown editor for building README file which supports GFM, Custom Html tags with toolbar and instant preview.Both the editor supports auto save of work using Local Storage
C Library - Libft
linft project files for 42 Cursus This is the first project of 42 Cursus about creating my first C library.
0
0
0
Netflix Clone
This app is a clone of Netflix. It used TMDB API as the movie database since netfliz does not share their APIs. In the recommendations page, the is a search bar which offers the input area, choice of AI (choose the AI to get recomendations) and the number of recommendations. once the search is clicked, it will look for movies in TMDB API and show the requested number of results and all the matching movies.