Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snirsh/js-tdd-example
https://github.com/snirsh/js-tdd-example
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/snirsh/js-tdd-example
- Owner: snirsh
- Created: 2024-07-21T12:16:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T12:52:36.000Z (4 months ago)
- Last Synced: 2024-10-11T10:25:17.713Z (28 days ago)
- Language: JavaScript
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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.