Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilyjspencer/tdd-react-2
➕ Test driving a React application with Jest and Enzyme http://limping-blade.surge.sh/
https://github.com/emilyjspencer/tdd-react-2
enzyme jest react tdd
Last synced: 4 days ago
JSON representation
➕ Test driving a React application with Jest and Enzyme http://limping-blade.surge.sh/
- Host: GitHub
- URL: https://github.com/emilyjspencer/tdd-react-2
- Owner: emilyjspencer
- Created: 2020-06-25T11:05:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:53:37.000Z (about 2 years ago)
- Last Synced: 2024-12-15T00:12:42.485Z (about 2 months ago)
- Topics: enzyme, jest, react, tdd
- Language: JavaScript
- Homepage: http://limping-blade.surge.sh/
- Size: 3.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
This calculator works exactly how you would expect a simple calculator to work: it can perform addition, subtraction, multiplication and division. Pressing the 'ce' button deletes a value.
**Calculator** is deployed with **Surge** at: [this link](http://limping-blade.surge.sh/)!
# How to run
* Clone the repo:
```html
git clone https://github.com/emilyjspencer/tdd-react-2.git
```* Cd into the repo
* Run the following to install the dependencies:
```html
npm install
```
* Run the following to open the calculator in the browser:
```html
npm start
```# Built with:
* React
* CSS# Tested with:
* Enzyme
* Jest# What it looks like:
![initial](initial.png)
![multiplication](multiplication.png)
![mulitplicationpink](multiplication_pink.png)
![colour_change](colour_change.png)### Deployed with Surge at: [this link](http://limping-blade.surge.sh/)!