Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martinrosenberg/traffic-light-1

Traffic light in React that changes randomly on click
https://github.com/martinrosenberg/traffic-light-1

es6 react

Last synced: 11 days ago
JSON representation

Traffic light in React that changes randomly on click

Awesome Lists containing this project

README

        

# Traffic Light

Traffic light in [React](https://github.com/facebook/react/) that changes randomly on click. Done as an exercise.

## Try it locally

```bash
$ git clone https://github.com/MartinRosenberg/traffic-light.git
$ cd traffic-light
$ yarn
$ yarn start
```