https://github.com/localjo/code-samples
Links to samples of my work
https://github.com/localjo/code-samples
Last synced: 11 days ago
JSON representation
Links to samples of my work
- Host: GitHub
- URL: https://github.com/localjo/code-samples
- Owner: localjo
- License: mit
- Created: 2019-11-10T13:56:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T12:32:27.000Z (about 5 years ago)
- Last Synced: 2025-04-02T02:05:32.727Z (about 1 month ago)
- Language: TypeScript
- Size: 595 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Samples
Here are some samples of my work including live demos, source code and a list of technologies featured.
## Open Source Projects
| Project |
Links|Technologies|
|:---|:---:|:---|
|NASA Worldview
An app for browsing full-resolution, global, daily satellite images. Supports environmental science, humanitarian response, climate research and time-critical applications such as wildfire management, air quality and more. | [](https://worldview.earthdata.nasa.gov/)
[Live App](https://worldview.earthdata.nasa.gov/) • [My Contributions](https://github.com/nasa-gibs/worldview/pulls?utf8=%E2%9C%93&q=+is%3Apr+author%3Alocaljo+)|                  |
|Humanitarian OpenStreetMap MapCampaigner
An app for managing and monitoring field data collection campaigns in OpenStreetMap. | [](https://campaigns.hotosm.org/)
[Live](https://campaigns.hotosm.org/) • [Contributions](https://github.com/hotosm/MapCampaigner/pulls?utf8=%E2%9C%93&q=is%3Apr+author%3Alocaljo+) • [Blog Post](https://www.hotosm.org/updates/mapcampaigner-gets-new-look-and-features-for-2020/) |       |
|Webpack Shell Loader
A Webpack loader that I built and maintain for running arbitrary shell scripts when loading files. | [](https://www.npmjs.com/package/shell-loader)
[Code Repo](https://github.com/localjo/shell-loader) • [NPM Package](https://www.npmjs.com/package/shell-loader) |   |
|Quotable WordPress Plugin
A five-star WordPress plugin I built and maintain for sharing quotes on Twitter. | [](https://wordpress.org/plugins/quotable/)
[Code Repo](https://github.com/localjo/quotable-wp) • [WordPress Plugin Directory](https://wordpress.org/plugins/quotable/)|      |
| | | |## Demos
| Project | Year |
Links|Technologies|
|:---|:---:|:---:|:---|
|Tater 🥔
A React plugin to add emoji markers and annotations to any element on a page. With algorithms for collision detection and finding nearest points. Includes extensive documentation of my technical choices. | 2020 | [](https://www.npmjs.com/package/react-tater)
[NPM Package](https://www.npmjs.com/package/react-tater) • [Live Demo](https://iamlocaljo.com/graphy-react-challenge/) • [Technical Docs](https://github.com/localjo/graphy-react-challenge) |         |
|Trivia Demo
A trivia app demo I built that gets a list of true/false trivia questions from a JSON API and presents them in one at a time with animations, showing the player's score at the end. | 2020 |[](https://iamlocaljo.com/trivia-demo/)
[Code Repo](https://github.com/localjo/trivia-demo) • [Live Demo](https://iamlocaljo.com/trivia-demo/) |         |
|Giphy Signal
A lightweight GIF search engine that uses the Giphy API and allows users to quickly search for GIFs as they type. | 2019 |[](https://giphy-signal.herokuapp.com/)
[Code Repo](https://github.com/localjo/giphy-signal) • [Live Demo](https://giphy-signal.herokuapp.com/) |        |
|Ethereum App Demo
I built this app to learn Solidity. It mimics a simple Twitter poll with the votes being tracked on the Ethereum blockchain. | 2017 |[](ttps://github.com/localjo/ethereum-app-demo)
[Code Repo](https://github.com/localjo/ethereum-app-demo) |     |
|Kanban Demo
A basic Kanban board I built as a Trello clone using React Hooks, React Context and React Drag n Drop. | 2019 |[](http://iamlocaljo.com/kanban-takehome/)
[Code Repo](https://github.com/localjo/kanban-takehome) • [Live Demo](http://iamlocaljo.com/kanban-takehome/) |      |
|NASA Worldview Layers Search Component (Demo)
A demo of a very fast search component I built while working on NASA Worldview to show how an existing codebase can be migrated to React one component at a time. | 2017 |[](https://worldview.earthdata.nasa.gov/)
[Code Repo](https://github.com/localjo/layers-search) • [Live Demo](http://iamlocaljo.com/layers-search/) |    |
|Encyclopedia CLI
A demo application that allows reading a Wikipedia from the command line. Supports any MediaWiki instance and language. | 2019 |[](https://github.com/localjo/encyclopedia-cli)
[Code Repo](https://github.com/localjo/encyclopedia-cli) |       |
|OCR Bank Kata
My solution to [this Coding Dojo challenge](http://codingdojo.org/kata/BankOCR/). | 2018 |[](https://github.com/localjo/ocr-bank)
[Code Repo](https://github.com/localjo/ocr-bank) |  |
|Table Sorter (Demo)
A very old code sample, a pure JS table sorter using QUnit for tests and Bootstrap for styles. | 2014 |[](http://iamlocaljo.com/table-sorter/)
[Code Repo](https://github.com/localjo/table-sorter) • [Live Demo](http://iamlocaljo.com/table-sorter/) |     |
| | | | |Thank you for taking the time to look at my work. If you'd like to see more, check out [my GitHub profile](https://github.com/localjo).