This project implements a simple design mockup using React. The design represents a list of team members. The program provides the capability of adding team members to a list and searching through them.
You can access a live demo of this application here -> https://team-members-react-mockup.netlify.app/
To run this application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/dohmeid/team-members-list-react.git
-
Go to folder team-members-list-react
cd team-members-list-react
-
Install the required dependencies from package.json
npm i
-
Start the development server using:
npm start
-
You can access the project by navigating to http://localhost:3000 in your web browser.