Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mehmetbozkir/react-test-examples

A simple project where I tried React tests.
https://github.com/mehmetbozkir/react-test-examples

create-react-app create-react-library css javascript jest jest-tests jsdom react react-jest reactjs reacttestinglibrary testing-library

Last synced: 21 days ago
JSON representation

A simple project where I tried React tests.

Awesome Lists containing this project

README

        

# React-Test-Examples

A simple project where I tried React tests.




:wrench: Features
-----------------------

- React testing library
- Jest
- Jest-dom




## :movie_camera: Images

Test Photo 1



Test Photo 2



## :book: How to use
To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [ReactJS](https://reactjs.org/docs/getting-started.html) installed on your computer. From your command line:

```
# Clone this repository
$ git clone https://github.com/MehmetBozkir/React-Test-Examples.git

# Go into the repository
$ cd React-Test-Examples

# Install dependencies
$ npm install

# Run the app
$ npm start
```

## :link: Demo
- Click Here to see and play by yourself a demo of the game.


# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).