Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/enmarcm/reactcourseprojects
- Owner: enmarcm
- Created: 2023-09-22T15:35:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T04:52:05.000Z (5 months ago)
- Last Synced: 2024-08-16T06:51:32.485Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.