npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

expo-template-tandem-challenge

v1.0.3

Published

Expo React Native template for the Tandem code challenge

Readme

Tandem Code Challenge

This project was bootstrapped with the Tandem Challenge Expo Template.

Mock API

The template provides a Mirage mock APi which is seeded with 2 data sets with ids "1234" and "4321". Mirage will intercept any requests, so you fetch data by simply using fetch('/data-set/1234') for example. There is also a POST endpoint provided, see src/mockServer.test.ts for more information.

Available Scripts

Otherwise this is a regular Create React App project with typescript.

Run yarn start to run the app in development mode on http://localhost:3000.

Run yarn test to run the tests, React Native Testing Library is already set up.

Guidance

The appearance of the app and implementation approach are up to you. Try to keep the dependencies to a minimum and focus on a clean and readable implementation.

The code challenge should take between 2 and 6 hours. Please track you time, commit regularly, and don't over engineer the solution (a kitchen sink approach will not impress us). Prioritize your time on what you think are the most important aspects (there is no right or wrong answer) and document your decisions in the readme. If you need extra time for cleanup, documentation, or to fix bugs, that is fine.