Skip to content

This repository features a collection of two impressive React projects, developed as part of an assignment. The first project includes signup and signin pages, similar to Instagram, while the second is a counter application.

Notifications You must be signed in to change notification settings

Raish10100/Assignment-2_of_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Assignment-2 of React Series

This assignment includes two projects developed using React: Insta-UserPage and Counter-App.

Projects Descriptions

1. Insta-UserPage App

The Insta-UserPage app is a clone of Instagram's user page. It allows users to sign up and sign in using their credentials. The project aims to demonstrate proficiency in building user authentication systems and replicating user interfaces.

2. Counter App

The Counter App is a simple application that allows users to increment and decrement a counter. It serves as a basic example of state management in React and demonstrates how to handle user interactions.

Preview

1. Insta-UserPage App

live

Sign-Up Page Figure: SignUp page of the Instagram User Page clone

Sign-In Page Figure: SignIn page of the Instagram User Page clone

2. Counter App

live

Counter App Figure: Counter App

Installation Instructions

  1. Clone the repository to your local machine.
  2. Navigate to the project directories (Insta-UserPage and Counter-App).
  3. Install dependencies using the command npm install.

Usage

Insta-UserPage App

  1. Run the development server using the command npm start.
  2. Open your web browser and navigate to http://localhost:3000.

Counter App

  1. Run the development server using the command npm start.
  2. Open your web browser and navigate to http://localhost:3000.

Technologies Used

  • React
  • JSX/CSS

About

This repository features a collection of two impressive React projects, developed as part of an assignment. The first project includes signup and signin pages, similar to Instagram, while the second is a counter application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published