An app where user can search for npm packages and receive feedback in case of loading, success or an error
- User can search for NPM packages writing a term.
- User receives feedback about the status after the petition(loading, success or error).
- If there's no term (empty) search button is disabled.
-
React + TypeScript with Redux (react-redux) + redux-thunk
-
Custom hooks
-
Responsive design.
-
Deployed with gh-pages.
-
Git clone the project:
git@github.com:gsvidal/npm-packages-finder-redux-ts.git
-
Run
npm install
oryarn add
to download and install all the dependencies. -
Run
npm run start
to initialize the dev server