This assignment includes two projects developed using React: Insta-UserPage and Counter-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.
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.
Figure: SignUp page of the Instagram User Page clone
Figure: SignIn page of the Instagram User Page clone
- Clone the repository to your local machine.
- Navigate to the project directories (Insta-UserPage and Counter-App).
- Install dependencies using the command
npm install
.
- Run the development server using the command
npm start
. - Open your web browser and navigate to
http://localhost:3000
.
- Run the development server using the command
npm start
. - Open your web browser and navigate to
http://localhost:3000
.
- React
- JSX/CSS