This application is a search engine for the United States of America. The search engine is built of a filter in the form of selecta, autocomplete input prompting possible values based on the entered value and selecta that allows you to choose the form of presentation of the searched data. The source is a .json file located in the src/services
directory.
The main page contains a search engine for the United States of America with:
- filter select with name, state code or capital city to choose,
- autocomplete input with text suggestions based on the batch (depending on the selected filter),
- data presentation select with table, symbols or map to choose,
- display area presenting searched data (depending on the selected data presentation format).
Application has been moved from JS to TS on 30.05.2022.
- HTML,
- CSS,
- JS,
- React,
- Bulma,
- Parcel.
If you want to run the application on the local machine, follow these steps:
- Clone down this repository
- Install dependencies with the command:
npm install
- Start development server with the command:
npm start
The application will be available at localhost:1234
to view in the browser.