DeRaowl / react-tests-tdd

Complete the following exercise with tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple React App with Tests (Beta, WIP)

This is a work in progress repo, not ready for prime time yet - Ankush

Create a simple react app that has tests working

Clone this repo and ensure that you are following Git Flow convention to submitting PRs to your OWN repo

To Do

  • Setup testing framework
  • Add tests
  • Setup GitHub actions

Requirements:

Ensure that you follow TDD approach to writing your code. The tests are available and marked as skip. Enable your tests by converting the skip into test

Ensure that your milestone tests are passing, before submitting the PR

Milestone Tall

  • Create a controlled component input box
  • Create a composed sign up component using the input box components
  • Perform validations on the input to enable/disable the Next step button

Milestone Grande

  • Create an OTP component
  • Upon successful email/name entry, get to OTP step

Milestone vocabulary

Starbucks has the following denotions for sizes:

Tall - Small glass
Grande - Regular glass
Venti - Big mug
Trenta - Biggest bucket

References to watch

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

Complete the following exercise with tests

License:MIT License


Languages

Language:JavaScript 41.5%Language:HTML 38.0%Language:CSS 20.5%