Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/emilyjspencer/presents
- Owner: emilyjspencer
- Created: 2020-06-30T16:50:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:58:32.000Z (about 2 years ago)
- Last Synced: 2024-12-15T00:12:45.269Z (about 2 months ago)
- Topics: enzyme, jest, react, tdd
- Language: JavaScript
- Homepage: http://pale-plastic.surge.sh/
- Size: 4.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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/)!