Skip to content

A simple javascript function to compute the absolute differeces of the sum of the digonals given an array as input.

License

Notifications You must be signed in to change notification settings

shafiuyushawu/diagonal-difference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 [Diagonal Difference]

A simple javascript function to compute the absolute differeces of the sum of the digonals given an array as input.

🛠 Built With

Tech Stack

  • JS

Database

  • API dependdencies
Client
Server
Database

Key Feature

  • Calculating and displaying the absolute differece between the sum of the digonal of an matrix.

(back to top)

🚀 Live Demo

  • Video presentation: N/A

(back to top)

💻 Getting Started

To get the content of this project locally you need to run the following commands in your terminal.

Prerequisites

  • IDE (code editor) like: VScode, Sublime, etc
  • Git

Setup

  1. Download the Zip file or clone the repo with:
git clone https://github.com/maov19/javascript-capstone/
  1. To access cloned directory run:
cd javascript-capstone

Install

To install linters and other project's dependencies run:

npm install

Usage

To run the project, execute the following command:

  • Excute below command in the terminal to serve live
node /diagonalDifference

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Deployment

You can deploy this project using:

  • GitHub pages
  • Vercel

(back to top)

👥 Author:

👤 Authors

Shafiu Ibn Yushawu & Martin Ossa

(back to top)

🔭 Future Features

N/A

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Kindly raise issue here

(back to top)

⭐️ Show your support

If you like this project, kindly follow me on GitHub 😊

(back to top)

🙏 Acknowledgments

N/A

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

A simple javascript function to compute the absolute differeces of the sum of the digonals given an array as input.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published