KingsleyIbe / main-metric

Main Metrics displays users' dashboard information such as clicks, searches, sales, record date etc. Project was built using JavaScript, React, SASS, Webpack, etc

Home Page:https://github.com/KingsleyIbe/main-metric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAIN METRICS

Main Metrics displays users' dashboard information such as clicks, searches, sales, record date etc. Project was built using JavaScript, React, SASS, Webpack,

Screenshot

BUILT WITH

-- Basic Language - JavaScript

  • Framework - React
  • Other technologies/tools:
    > create-react-app
    > webpack for bundling files
    > Babel for code transpiling
    > Git for version control
    > Eslint for JavaScript linting
    > Stylelint for style linting

Live Demo

Live Demo Link

Live Video Demo

Getting Started

To get a local copy up and running follow these simple example steps.

  1. Clone the repository using
git clone https://github.com/KingsleyIbe/main-metric.git
  1. cd into the cloned repository
cd main-metric
  1. You now have the access to the files on your local machine!

Optional steps

Install the node_modules/ folder to be able to locally run the linter commands. Run:

npm install

To check Stylelint linter errors run:

npx stylelint "**/*.scss"

To check ESLint errors run:

npx eslint .

πŸ‘€ Author

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

About

Main Metrics displays users' dashboard information such as clicks, searches, sales, record date etc. Project was built using JavaScript, React, SASS, Webpack, etc

https://github.com/KingsleyIbe/main-metric


Languages

Language:JavaScript 63.4%Language:CSS 15.9%Language:SCSS 15.9%Language:HTML 4.7%