/react-course-projects

Projects that I have created following the React course in scrimba.com

Primary LanguageJavaScript

React Projects

Projects that I have created following this React course.

Projects

Switch Page Colors

Super simple React application that you can change the whole page colors with one click of a button. You can read more about this application and view it from here.

Airbnb Clone

Simple React application that dynamically renders some components based on the data that is stored inside a file. You can read more about this application and view it from here.

Meme Generator

Application that gets the top 100 meme images from API and gives you a way to add text to them dynamically in order to easily create funny memes. You can read more about this application and view it from here.

Markdown Notes App

Notes application that you can use to create new notes and edit them in a markdown editor. The notes are stored automatically into the browser's local storage. You can read more about this application and view it from here.

Tenzies App

Tenzies application is a simple game that you have ten dices with random numbers on them. The dice number that you click for the first time will be the one that you want to roll the other dices on. On every roll of the dices you can choose dices with the same number that you clicked first. When all of the dices are with the same number you win the game. You can read more about this application and view it from here.