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.
Follow the instructions below to download a copy of the project and run it locally for testing and development purposes.
- Verify that a current version of Node.js is installed:
node -v
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
npm run test // Run the tests to ensure it works
npm run test -- --coverage // to check coverage