https://github.com/ayonious/explorer-bug
🐞 Simple React Game to explore the 2d interface with a bug
https://github.com/ayonious/explorer-bug
netlify react travis-ci typescript
Last synced: 3 months ago
JSON representation
🐞 Simple React Game to explore the 2d interface with a bug
- Host: GitHub
- URL: https://github.com/ayonious/explorer-bug
- Owner: ayonious
- Created: 2020-01-13T22:04:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T01:02:32.000Z (over 2 years ago)
- Last Synced: 2024-04-19T02:22:44.711Z (over 2 years ago)
- Topics: netlify, react, travis-ci, typescript
- Language: TypeScript
- Homepage: https://exploringbug.netlify.app
- Size: 3.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explorer Bug
[](https://app.netlify.com/sites/exploringbug/deploys)
[](https://github.com/ayonious/explorer-bug/actions)
[](https://codecov.io/gh/ayonious/explorer-bug)
[](https://github.com/ayonious/explorer-bug/actions/workflows/cypress.yml)
Simple React app to explore the 2d interface with a bug
# 🎁 See Deployed
https://exploringbug.netlify.app
# 🏃♂️ Local Running instruction
```
yarn
yarn run start
```
## 🎓 Things that I learnt in this project
1. Ts
2. Test with React Testing Library
3. Webpack and babbel
4. Styled Components
5. Netlify Deployment
6. Integration testing with cypress
## 🚀 Deploy Yourself
[](https://app.netlify.com/start/deploy?repository=https://github.com/ayonious/explorer-bug)