Skip to content

'React Projects' repo contains modern 2023 ready ReactJs projects collection! My focus is to create simple experience for all the tech developers by giving them plenty of projects that covers most of the latest features and to find new react project ideas.

Notifications You must be signed in to change notification settings

REIS-THG/react-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository is a collection of reactjs projects. It is created so that everyone who wants to learn reactjs can use this repository as a single source of modern web projects. Also this repository is created to build an open source community where developers can add their projects day wise and contribute to it.

How about you add your own project and support this repository! Have any?

This is a free to use repository, you can clone any project from here and use it for your own purpose. And if you do find this repo useful, why not to ⭐ it?!

Installation Guide

Install Node.js and npm: If you haven’t already, you’ll need to install Node.js and npm (which comes with Node.js). You can download Node.js from the official website. To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed, run:

npm -v

Clone the Repository: Navigate to the directory where you want to clone the repository and run the following command:

Navigate to the Project Directory: Change to the directory of the project you want to work on. For example, if you want to work on the first project, you would do:

cd react-projects/project-1

Install Dependencies: Once you’re in the project directory, you can install the necessary dependencies by running:

npm install

Start the Development Server: After all dependencies are installed, you can start the development server by running:

npm start

Now, you should be able to see the project running at http://localhost:3000 in your web browser.

ReactJs Projects

In this challenge you will be developing a counter game in which you can click a button to increase the count value. This you can play with your friends and challenge them to click click click... as much as possible in a given time.

How-to Run:

cd react-projects
cd day001/counter-game
npm install
npm start

In this challenge you will be developing a reusable custom form component in which you can add as much input fields and buttons as you want. You can use that component in your future projects too to have a login form, registration form or a data creation/updation form for any CRUD functionality.

How-to Run:

cd react-projects
cd day002/custom-form
npm install
npm start

In this challenge we will develop a tic-tac-toe game using react basic concepts with little JS programming logic around that.

How-to Run:

cd react-projects
cd day003/tik-tac-toe
npm install
npm start

In this challenge we will develop a stopwatch and a timer using basic React concepts with little JS programming logic around that.

How-to Run:

cd react-projects
cd day004/stopwatch
npm install
npm start

In this challenge we will develop the snake game using useState, useEffect, useRef along with the basic JS concepts.

How-to Run:

cd react-projects
cd day005/snake-game
npm install
npm start

In this challenge we will develop a game which you might already had played in Google Chrome when internet gets disconnected, that is 'The Dino Game'. We will develop the same game in this challenge using useRef, useEffect, useState hooks, setTimeout & setInterval. You will learn how to manipulate css styling based on some JS conditions. And how to get react jsx elements using useRef.

How-to Run:

cd react-projects
cd day006/dino-game
npm install
npm start

In this challenge we will develop a drag-drop JIRA board without any external library. You will learn how to make a html element draggable and how to make a div to catch that draggable element. JS events used in this challenge are onDragOver, onDrop, onDragStart.

How-to Run:

cd react-projects
cd day007/drag-drop
npm install
npm start

In this challenge we will develop an input box which can add tags without any external library. Only with just one component you can have an input box with the capability to input tags. There will be only one state which will carry all the user inputs with the help of onKeyUp JS event.

How-to Run:

cd react-projects
cd day008/tags-input
npm install
npm start

In this tutorial we will develop a shopping website using Reactjs Context API. This tutorial will teach you to develop an e-commerce website with basic functionality i.e. show products, add to cart, review and checkout and place & view orders.

How-to Run:

cd react-projects
cd day009/shoppin
npm install
npm start

In this tutorial we will develop a personal portfolio website using Reactjs. This tutorial will teach you how you can develop your own modern 2023 ready personal portfolio website using reactjs, html & css.
The development process is simple and we won't do any API calls. Content/Text for this website will be hardcoded in your components.

How-to Run:

cd react-projects
cd day010/tpersonal-portfolio
npm install
npm start

Explore the development journey of a cutting-edge shopping cart application leveraging Tailwind CSS, Next.js, and Redux Toolkit. Learn to craft a seamless, responsive shopping experience by harnessing the power of these technologies.

How-to Run:

cd react-projects
cd day011/shopping_cart
npm install
npm start

In this project, we'll dive into crafting an engaging Sticky Notes application employing custom hooks and the Context API. Learn how to build visually appealing, functional notes using these advanced techniques in React.

How-to Run:

cd react-projects
cd day012/sticky-notes
npm install
npm start

In this project, we are going to create a minimalist music player that will be useful for our work sessions or to relax a bit. To achieve this, we will use some tracks available on Bensound for free. Additionally, we will employ custom hooks, the Context API, animations, and learn how to use HTML components like audio within React, enabling us to manage audio in our React applications.

How-to Run:

cd react-projects
cd day013/music-player
npm install
npm start

Reporting Issues

If you find a bug or have a suggestion for a new feature, please create a new issue. When creating an issue, try to provide as much detail as possible, including steps to reproduce the issue, your environment (e.g., browser, operating system), and screenshots if applicable.

About

'React Projects' repo contains modern 2023 ready ReactJs projects collection! My focus is to create simple experience for all the tech developers by giving them plenty of projects that covers most of the latest features and to find new react project ideas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published