DSCKGEC / parkify

Hasslefree way to book your parking space with easy cancellations and timeline extensions. Beginner-friendly NodeJS Web Application.
https://parkify-web.herokuapp.com
MIT License
0 stars 3 forks source link

Search garages by name #1

Open Codehackerone opened 2 years ago

Codehackerone commented 2 years ago

Is your feature request related to a problem? Please describe. There's a search box on 'all garages' page. The garages should be filtered according to text added.

Describe the solution you'd like Conditional Filtering using ajax

ujjwall-R commented 2 years ago

Get all html dom data and filter them accordingly using js inbuilt function (eg. Includes())....then performing data object manuplation accordingly.

Codehackerone commented 2 years ago

Cool. Issue assigned.