This is a React application built as part of an assignment. The application lists products with pagination and allows users to view product details.
Follow these instructions to get the project up and running on your local machine for development and testing purposes.
You need to have the following installed on your machine:
-
Node.js (Ensure that you have Node.js version 14.x or later)
-
npm (comes with Node.js) or Yarn (optional)
-
Clone the Repository
Run the following command to clone the repository to your local machine:
git clone https://github.com/zaheer1213/Bird-Vision.git
cd Bird-Vision
npm install
npm start