Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martinrosenberg/traffic-light-1
- Owner: MartinRosenberg
- License: gpl-3.0
- Created: 2018-11-12T01:03:14.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T04:15:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T13:09:55.438Z (23 days ago)
- Topics: es6, react
- Language: TypeScript
- Homepage: http://subsequent-fowl.surge.sh/
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```