Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emilyjspencer/presents

🎁. Test driving a React application with Jest and Enzyme. http://pale-plastic.surge.sh/
https://github.com/emilyjspencer/presents

enzyme jest react tdd

Last synced: 2 days ago
JSON representation

🎁. Test driving a React application with Jest and Enzyme. http://pale-plastic.surge.sh/

Awesome Lists containing this project

README

        

# Presents Planner

Test-driving a React application with Enzyme and Jest.
Presents Planner allows the user to save present ideas for their friends and family.

**Presents Planner** is deployed with **Surge** at: [this link](http://pale-plastic.surge.sh/)!

### How to use:

* Clone this repo:
```html
git clone https://github.com/emilyjspencer/Presents.git
```

* Cd into the repo on your computer
* Run the following to install the dependencies:
```html
npm install
```
* Run the following to start the React application:
```html
npm start
```
The application will open automatically in the browser

### Built with:
* React
* React Bootstrap
* CSS

### Tested with:
* Enzyme
* Jest

### What it looks like:

![presents](presents.png)
![presents](add_present.png)

### Deployed with Surge at: [this link](http://pale-plastic.surge.sh/)!