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 My submission for the code challenge! ### Notes I hope this works!

## Overview This is my Pull Request for the code-challenge. Below are some testing instructions to confirm that all requirements have been fulfilled. ### Notes If I had more time...

## Overview Satisfies all requirements defined in the README.

Connected the provided API to the form as well as added some rudimentary error handling. Thanks!

Demo ![image](https://github.com/user-attachments/assets/0adddf2e-f6dd-4bd5-8611-01231349ee88) Parsed Address Components: Notes The API endpoint URL is currently set to http://localhost:8000/api/parse and should be updated for production. Ensure Docker is running before starting the application. Testing...

## Overview This PR implements the address parser functionality, allowing users to parse US addresses into components such as AddressNumber, StreetName, and ZipCode. It includes: - A Django API endpoint...

## Overview This is my attempt for DataMade code challenge, I have fixed most of the bugs associated with it I have also implemented the Null Value Error that usadress...

## Overview Brief description of what this PR does, and why it is needed. Closes #XXX ### Demo Optional. Screenshots, `curl` examples, etc. ### Notes Optional. Ancillary topics, caveats, alternative...

parserator for code-challenge

## Overview Brief description of what this PR does, and why it is needed. Closes #XXX ### Demo Optional. Screenshots, `curl` examples, etc. ### Notes Optional. Ancillary topics, caveats, alternative...