This project is a simple React application that fetches data from the JSONPlaceholder public API and displays it in a user-friendly format. The application uses Material-UI for styling and includes a search feature to filter displayed items.
- Fetches and displays a list of users from a public API.
- Basic navigation and styling using Material-UI components.
- Search functionality to filter users based on input.
- Responsive design that works well on different screen sizes.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Abhishekbtech/Simple-React-Application-with-API-Integration-and-Material-UI.git cd material-ui -
Install dependencies:
npm install
-
Start the development server
npm start
-
Open your browser and navigate to http://localhost:3000.
This project is deployed on Vercel. You can access it at [https://simple-react-application-with-api-integration-and-material-ui.vercel.app/]