code-challenge icon indicating copy to clipboard operation
code-challenge copied to clipboard

A code challenge to recreate the address parsing form in DataMade's Parserator app.

Results 26 code-challenge issues
Sort by recently updated
recently updated
newest added

## Overview This PR is a solution to the code-challenge problem of recreating the address parsing form in DataMade's [Parserator](https://parserator.datamade.us/) web service. ### Demo ![data-made-code-challenge](https://github.com/user-attachments/assets/10fbbe99-574f-4dd0-85ed-0fec64ca00f5) ### Notes A slight addition...

## Overview Complete DataMade code challenge. - Had to add npm as an installed package in `Dockerfile` to fix `npm: command not found` error. - Added implementation of `usaddress` parser...

## Overview This PR brings functionality to the Parserator page. You can type in an address into the input bar and it will parse an us address and display its...

## Overview This PR consists of two major parts: - A backend JSON API endpoint, which parses U.S. address strings using [usaddress](https://github.com/datamade/usaddress) - JavaScript for the previously built static frontend,...

## Overview Hello! Joe Del Balzo here. Here's my pull request for your application. In case you don't feel like opening my FROM JOE note, here it is copied and...

Add usaddress library to project dependencies - Implement AddressParse API view for address parsing - Create parse() method to handle address parsing logic - Update frontend to send requests to...