emmastrienko / cricket-series-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem Statement - Cricket Series Average Batting Calculator

The WCA (World Cricket Association) has hosted several national and international cricket matches and is one of the best cricket association in the world. They need an application which will help them in managing the cricket match details by using an automated system. The main aim of the project was to develop the website with cutting-edge features and trendy UI/UX. The client also wanted to enhance the overall performance of their website. Please help the team in developing the logics related developing the cricket management application.

In a cricket series many players are participating. Write a program using JavaScript to calculate the Batting Average of the Players.

Instructions

Download and unzip the boilerplate code. Run the command npm install to install the dependencies. Open the boilerplate code in VSCode to develop the solution. Write the code in the .js files present in src folder Run the test scripts available under src/test by giving npm run test command in the terminal to test locally. Refactor the solution to ensure all test cases are passing. Zip the solution code with the name same as assignment name. "# cricket-series-boilerplate"

About


Languages

Language:JavaScript 100.0%