8000 GitHub - antcin/giftgiver: React TDD - Udemy Course
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

antcin/giftgiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple app where users can add and remove gifts. This app was developed following Udemy's React TDD tutorial, with the aim of improving my understanding of TDD and BDD in React.

Technologies used

Getting started

Follow the instructions below to download a copy of the project and run it locally for testing and development purposes.

Prerequisites

  • Verify that a current version of Node.js is installed:
node -v

Installing

Follow the instructions below to start the app.

git clone https://github.com/antcin/giftgiver.git
cd giftgiver
npm install
npm start // Start the server at localhost:3000

Testing

npm run test // Run the tests to ensure it works
npm run test -- --coverage // to check coverage

About

4C6D React TDD - Udemy Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0