https://github.com/icyjoseph/giftslist
React App made with Test Driven Development style
https://github.com/icyjoseph/giftslist
react reactjs tdd test-driven-development
Last synced: 3 months ago
JSON representation
React App made with Test Driven Development style
- Host: GitHub
- URL: https://github.com/icyjoseph/giftslist
- Owner: icyJoseph
- Created: 2018-01-02T13:16:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T14:58:26.000Z (almost 6 years ago)
- Last Synced: 2025-03-15T03:44:51.319Z (over 1 year ago)
- Topics: react, reactjs, tdd, test-driven-development
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gifts List
[](https://travis-ci.org/icyJoseph/giftsList)
App built using the Test Driven Development (TDD) coding style.
## Usage
1. Clone the repository
```
git clone https://github.com/icyJoseph/giftsList.git
```
2. Enter the directory
```
cd giftsList
```
3. Install dependencies
```
npm install
```
4. Run the application
```
npm run start
```
5. Verify test coverage
```
npm run test -- --coverage
```
## Acknowledgement
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).