Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/emilyjspencer/bucket-list-tdd-react
- Owner: emilyjspencer
- Created: 2020-07-01T15:52:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:00:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T13:14:32.897Z (over 1 year ago)
- Topics: enzyme, react, reactjs, tdd, testing
- Language: JavaScript
- Homepage: http://wealthy-cover.surge.sh/
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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/)!