jest-practice

A simple javascript app to capitalize the initial letter of a string, return the length of string and to calculate the basic mathematic operations such as addition, subtraction, division and multiplication.

MIT License

Stars
7

Table of Contents

[Jest Practice]

A simple javascript app to capitalize the initial letter of a string, return the length of string and to calculate the basic mathematics operation such as addition, subtraction, division and multiplication.

Built With

  • JS

Tech Stack N/A

Key Feature

  • Perform the basic mathetical operation.
  • Return the length of a string.
  • Capital the first letter of a string.

Live Demo

  • GitHub Pages:

  • N/A

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/shafiuyushawu/jest-practice
  1. To access cloned directory run:
cd Todo List

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
npm run watch

Run Test for Linters

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

  1. For tracking linter errors in JavaScript files run:
npx eslint .

Deployment

You can deploy this project using:

  • N/A

Author: Shafiu Ibn Yushawu

Authors

Future Features

  • Implement input for users to add todso.
  • Create a function to receive user interaction to strike through todos.

Contributing

Contributions, issues, and feature requests are welcome!

Kindly raise issue here

Show your support

If you like this project, kindly follow me on GitHub

Acknowledgments

  • N/A

License

This project is MIT licensed.

Related Projects