An open API service indexing awesome lists of open source software.

https://github.com/gardimy/testing_practice

A simple exercice to keep practice JS Testing
https://github.com/gardimy/testing_practice

javascipt jest testing

Last synced: about 1 month ago
JSON representation

A simple exercice to keep practice JS Testing

Awesome Lists containing this project

README

          

# Testing

Testing

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
[πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“–Testing
In this exercise, I write a few practical tests for JavaScript functions using the Jest library
## πŸ›  Built With

### Tech Stack

> This project focuses only on `linters` and `.gitignore`. and JS or Server are included in this repo.

Client

Server

### Key Features

> Use webpack to bundle JavaScript.

- [ ] **[Use webpack to bundle JavaScript.]**
- [ ] **[Use ES6 modules to write modular JavaScript.]**
- [ ] **[use proper ES6 syntax.]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Gardimy/Webpack_setup/issues).

(back to top)

[Live Demo](https://gardimy.github.io/Webpack_setup/dist/)

(back to top)

## πŸ’» Getting Started

>If you are a new developer and would like to have a basic project to start practicing your code or creating your first project Using the most receent version of javaScript ,HTML and CSS : Cloning this project will give you what you need!

> To get a local copy up and running, follow these steps: npm run dev or npm start to start this app.
### Prerequisites

In order to run this project you need:

- Have [npm](https://www.npmjs.com/package/npm) installed in your project:
`curl -qL https://www.npmjs.com/install.sh | sh`

### Setup

Clone this repository to your desired folder:

`https://github.com/Gardimy/Webpack_setup`

or

`https://github.com/Gardimy/Webpack_setup` <-- _Only if you have [SSH keys configured](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on your GitHub account_.

### Install:

run the `npm install` command in your console.

### Usage

To run the linters before committing any changes to your code, execute the following commands:

`npx hint .`
`npx stylelint "**/*.scss"` <--_NOTE: this repo is set up to use with SCSS. If you would like to use CSS, you must replace `"**/*.scss"` with `"**/*.{css,scss}"` in **line 48** of the `.stylelintrc.json` file, and run the linter with:_

`npx stylelint "**/*.{css,scss}"` _instead_.

(back to top)

## πŸ‘₯ Authors

> πŸ‘€ **Gardimy Charles**
- GitHub: [@Gardimy](https://github.com/Gardimy)
- Twitter: [@gardyelontiga45](https://twitter.com/gardyelontiga45)
- LinkedIn: [Gardimy charles](https://www.linkedin.com/in/gardimy-charles)

## πŸ”­ Future Features

- Use webpack to bundle JavaScript.
- Use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.

## ⭐️ Show your support

> If you like this project please give me a star on GitHub.And Don't hesitate to follow me on github, you will have the opportunity to get all updating available for this project.

## πŸ™ Acknowledgments

> I would like to thank [microverse](https://www.microverse.org/) for teaching me this Skills

## πŸ“ License

This project is [MIT license](./LICENSE) licensed.

(back to top)