React app with GraphQL and Apollo server to access the zippopotamos API, search and display zip code infos and history of search's.
Server:
$ cd server
$ npm install
$ npm start
Open Apollo on port http://localhost:4000
App:
$ cd app
$ npm install
$ npm run dev
Screenshot: