Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enmarcm/reactcourseprojects

A repository showcasing various projects developed during a React course by YouTuber @midudev, featuring applications such as "Hello World", Tic Tac Toe, Mouse Follower, a movie API consumer, a technical test, and a shopping cart.
https://github.com/enmarcm/reactcourseprojects

Last synced: about 2 months ago
JSON representation

A repository showcasing various projects developed during a React course by YouTuber @midudev, featuring applications such as "Hello World", Tic Tac Toe, Mouse Follower, a movie API consumer, a technical test, and a shopping cart.

Awesome Lists containing this project

README

        

# React Course Projects

Welcome to the **React Course Projects** repository! This project showcases my progress and various applications developed during a React course by YouTuber @midudev.

## Projects

This repository includes the following projects:

1. **HelloWorld**: A simple React application that displays a greeting message.
2. **TicTacToe**: A classic Tic Tac Toe game built with React, demonstrating state management and event handling.
3. **MouseFollower**: An interactive application that tracks and displays the mouse position on the screen.
4. **MovieApiConsumer**: A project that consumes a movie API to display a list of movies and their details.
5. **TechnicalTest**: A technical challenge project showcasing problem-solving skills using React.
6. **ShoppingCart**: A shopping cart application that allows users to add, remove, and view items in their cart.