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 🙏

© 2024 – Pkg Stats / Ryan Hefner

ways-frontend

v1.1.16

Published

The delivered solution lets users upgrade their knowledge in a particular sphere through solving different tasks and taking quizzes. There are also useful professional resources and tips of best practices that allow users to stay up to date with their pro

Downloads

3

Readme

ways-frontend

The delivered solution lets users upgrade their knowledge in a particular sphere through solving different tasks and taking quizzes. There are also useful professional resources and tips of best practices that allow users to stay up to date with their profession. Users have the ability to manage their skills information on Profile page and get the feedbacks from their managers etc.

Technologies that are used in ways-frontend:

  • A JavaScript library for building user interfaces called React combined with TypeScript which provides a typing system on top of Javascript and other useful features.
  • For styles are used mainly styled components. Also is provided the possibility of using SASS.
  • GraphQL is used as a query language for APIs and Apollo is used for fetching data from server.
  • JavaScript Testing Framework Jest and testing utility Enzyme are used to test React components.
  • Storybook is used as a user interface development environment and playground for UI components.

Prerequisities

In this project is used 10.16.3 version of Node.JS.

To easily switch between different Node.JS versions we recommend using Node Version Manager (NVM). To install NVM type the following cURL or Wget command:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash

To verify that NVM has been installed, do:

command -v nvm

The output should be nvm if the installation has been successful. Once NVM is available, install and choose needed Node.JS version.

nvm install 10.16.3
nvm use 10.16.3

To check the current version of Node.JS use

nvm current

To read more go to NVM's GitHub Page.

We use yarn as a package manager of the project. On macOS yarn can be installed through the Homebrew package manager.

brew install yarn

For installing yarn on Windows you can go to yarn docs and download the installer or simply use Chocolatey or Scoop.

You can test that yarn is installed by running:

yarn --version

Installing ways-frontend

To install ways-frontend on your local machine clone this repository:

git clone https://github.com/siarhei-arzamasau-itechart/ways-frontend.git

Go to project directory:

cd ways-frontend

Run

yarn

to install all the necessary dependencies.

Using ways-frontend

To start project on your local machine type in the terminal:

yarn start

To run automated tests use:

yarn test

To run Storybook alongside project in development mode type:

yarn storybook

To start deploy project in production use:

yarn build

Before contributing to ways-frontend you should read our SDLS.

Contact contributors