Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/snirsh/js-tdd-example


https://github.com/snirsh/js-tdd-example

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Wix Enter 2024 - JS

## Table of Contents

### Setup Instructions
First, please install Node.js and npm on your system. You can download them from [here](https://nodejs.org/).

Then, open a terminal or command prompt to this directory and run the following commands:

```bash
npm install
```

and
```bash
npm start
```

You will be prompted to choose which subject you'd like to run tests for.

### Subjects
Under the `subjects` directory, you will find the following subjects:
1. [DOM Manipulation](./subjects/dom-manipulation)
2. [Events](./subjects/events)

Each subject has multiple `js` files with functions that you need to implement.
Please follow the instructions in the respective `js` files to complete the tasks.