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

## Overview In this PR I'm adding a submission for the Datamade Coding Challenge for the role of Developer. I was able to successfully (up to the reviewer) steps 1,2...

## Overview This is my work for the code challenge. Closes #34 ### Demo Optional. Screenshots, `curl` examples, etc. ### Notes I was unable to complete the code challenge due...

added npm to Dockerfile so the script could run without npm error. and documented answers to code challenges. Please see below for how I would solve these issues with Javascript...

## Overview Completed the steps outlined in the README file and adjusted as necessary for testing passes. Outside of the steps in README changes included: -Minor updates to install newest...

# DataMade Parserator Challenge Solution Hi DataMade Team, **My name is Ahmad, and I work at the New York City Council**. Welcome to my code challenge solution! 👋 At the...

This PR adds switch for UI in index.js, logic for views.py, logic for test_views.py ### Notes Excited for feedback and the opportunity to complete the code challenge. I've never used...

## Overview This pull links the form template front-end to the API for parsing addresses. Also, closes #38. ### Demo On success, a table is populated with the information: ![parserator-success](https://github.com/user-attachments/assets/5c274f8a-f3b8-45c3-8384-db4c930b3ebe)...

In this PR, I am adding my submission for DataMade's code challenge. The changes include: - Editing the dockerfile to add npm for docker-compose to work - Edit the `index.html`...

I am eager to apply for the Developer position with DataMade! I ran into an issue with the commands to compose the build. **File** Dockerfile **Issue/Error Encountered** $ RUN npm...