A web app for searching node packages with the implementation of npms.io API for the TypeScript programming environment. More information about npms.io and its API can be found at their GitHub repository.
I did this project to implement React-Redux in a TypeScript environment and use it as a boilerplate for my following projects.
I created a single entry point for reducers, action creators, and middlewares to make a communication point from Redux side to the outside world.


I called NPM packages "repositories" because the "package" is a reserved keyword in TypeScript.
Simple use the text input bar to search the NPM packages you want.
Umut Toker - utoker@gmail.com
LinkedIn: https://www.linkedin.com/in/utoker/
Project Link: https://github.com/utoker/search-npm