Skip to content

Simple zip code lookup service using React and Typescript.

Notifications You must be signed in to change notification settings

lleseg/simple-zipcode-lookup-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

simple-zipcode-lookup

Simple zip code lookup service using React and Typescript.

The app should allow visitors to enter a zip code and receive the zip code info using the free API service http://www.zippopotam.us/ (no API / auth required).

How to use this repo

This repo contains 2 folders named backend and frontend.

backend (GraphQL server)

  • Open a new terminal.
  • Install the required packages by running cd backend && yarn.
  • Start the development server by running yarn start:dev (for production, run yarn start).

frontend (React app)

  • Open a new terminal.
  • Install the required packages by running cd frontend && yarn
  • Start the React app by running yarn start

About

Simple zip code lookup service using React and Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published