An app built with Electron.js that allows users to browse through a hypothetical catalog containing various animals up for adoption. With custom filters and the ability to search through the data set, this app allows users to find their perfect pet.
Before you can use the app properly, you must have Node.js installed. If you don't have it installed, you can download the specific version for your system here. You will also need git to clone the repository, however the .zip file can be downloaded from here. If you do not have git, you can download it for your system here.
Once Node.js and git have been installed, clone this repository using the following command:
$ git clone https://github.com/jamesblkledge/Google-Project/Next, use the following command to change directories:
$ cd encyclopediaLastly, install the necessary node modules and start the app:
$ npm install && npm start- Electron Quick Start - GitHub
- Filter On Multiple Conditions - GitHub
- jQuery Autocomplete - jQuery
- JavaScript - Mozilla
- JavaScript Event Listeners - Mozilla
- JavaScript JSON Objects - Mozilla
- JavaScript Query Selector - Mozilla
- Array Contents Overlap - StackOverflow
- HTML Create Element - W3Schools
- Input Checkbox Property - W3Schools
- JavaScript Filter - W3Schools
- Select Value Property - W3Schools