Skip to content

A react app to filter out data coming from either api or the local machine through text on the search box

Notifications You must be signed in to change notification settings

manishbajagai2/Filtering-React-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filtering-React-App

A react app to filter out data coming from either api or the local machine through text on the search box

API Reference

Get data from the url :

  https://reqres.in/api/users?page=1
  https://reqres.in/api/users?page=2

Demo

https://filtering.surge.sh/

Run Locally

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

Deployment

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.

Screenshots

App Screenshot

Tech Stack

React

Dependencies

  • react
  • vite

About

A react app to filter out data coming from either api or the local machine through text on the search box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published