/jeopardy

Basic quiz application developed in purpose to learn TDD and React testing in general using Jest and Enzyme

Primary LanguageJavaScript

Jeopardy

Project developed in React/Redux. The test has written in Jest and Enzyme. The purpose of this project is to learn and improve my knowledge of Unit testing.

Install locally

There are two ways for having the app on a local server.

Zip archive

You can dowload the latest version directly on GitHub.

Easy updates with git

If you plan on updating regularly, you can use git :

git clone https://github.com/AnnaVih/jeopardy.git

Then to update :

cd jeopardy
git pull

Install the dependencies

$ npm install

Install dependency

Serve

$ npm start

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

Build

$ npm run 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!

Contributors

Anna Vihrogonova annavihrogonova@yahoo.com

License

MIT