A react app to filter out data coming from either api or the local machine through text on the search box
https://reqres.in/api/users?page=1
https://reqres.in/api/users?page=2
Clone the project
git clone /~https://github.com/manishbajagai2/Filtering-React-App
Go to the project directory
cd filtering
Install dependencies
npm install
Start the server
npm run dev
To deploy the project :
- Build the project
- install surge on your machine (if not) then
cd dist
surge
create account in surge(if not). Type domain name of your choice before .surge.sh and the project will be deployed.
React
- react
- vite