Skip to content

United States of America searcher, created in React, with parcel.

License

Notifications You must be signed in to change notification settings

ruljin/react-state-searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React State Searcher

Table of contents

General info

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.

Features

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).

Technologies

Application has been moved from JS to TS on 30.05.2022.

  • HTML,
  • CSS,
  • JS,
  • React,
  • Bulma,
  • Parcel.

Setup

If you want to run the application on the local machine, follow these steps:

  1. Clone down this repository
  2. Install dependencies with the command: npm install
  3. Start development server with the command: npm start

The application will be available at localhost:1234 to view in the browser.