Skip to content

Ashique01/Birthdat-list-using-useState

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birthdat-list-using-useState

This is a simple project using React. There are some data where a person's id, name, age, and image are available. We just want to fetch the data and load it using useState. With a button, we can clear all the persons from our array.

Project Link

Here is live link : Birthdat-list-using-useState

Here is the link of the project: Birthdat-list-using-useState

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

  • Node.js and npm installed on your machine

Installation

  1. Clone the repository:
    git clone https://github.com/Ashique01/Birthdat-list-using-useState.git
  2. Navigate to the project directory:
    cd Birthdat-list-using-useState
  3. Install the dependencies:
    npm install
    

Usage

  1. Start the development server:
    npm start
    
  2. Open the application in your web browser by visiting http://localhost:3000.

Project Description

The project showcases the following features:

  • Fetching and displaying a list of people's information.
  • Utilizing the useState hook to manage the state of the person array.
  • Rendering the person's id, name, age, and image using React components.
  • Implementing a button to clear all the persons from the array.

Feel free to explore the code and modify it according to your requirements.

Technologies Used

  • React
  • JavaScript
  • HTML
  • CSS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published