Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emilyjspencer/bucket-list-tdd-react

🌍. Test-driving a Bucket List application - built in React, with Enzyme and Jest http://wealthy-cover.surge.sh/
https://github.com/emilyjspencer/bucket-list-tdd-react

enzyme react reactjs tdd testing

Last synced: 9 days ago
JSON representation

🌍. Test-driving a Bucket List application - built in React, with Enzyme and Jest http://wealthy-cover.surge.sh/

Awesome Lists containing this project

README

        

# Bucket List

I thought that I would take inspiration from the Bucket List application that I built previously: https://github.com/emilyjspencer/Bucket-List (whose functionality is more limited than this), and build another, this time using the test driven development process.

**Bucket List** is deployed with **Surge** at: [this link](http://wealthy-cover.surge.sh/)!

### How to use:

* Clone this repo:
```html
git clone https://github.com/emilyjspencer/Bucket-List-TDD-React.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:

![bucketlist](bucket_list.png)
![bucketlist](add_item.png)

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