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

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

Awesome Lists containing this project

README

          

# Explorer Bug

[![Netlify Status](https://api.netlify.com/api/v1/badges/c7820f18-d7e2-4b89-aaf6-e8163fd9811f/deploy-status)](https://app.netlify.com/sites/exploringbug/deploys)
[![CI](https://github.com/ayonious/explorer-bug/workflows/CI/badge.svg)](https://github.com/ayonious/explorer-bug/actions)
[![codecov](https://codecov.io/gh/ayonious/explorer-bug/branch/master/graph/badge.svg)](https://codecov.io/gh/ayonious/explorer-bug)
[![Cypress Tests](https://github.com/ayonious/explorer-bug/actions/workflows/cypress.yml/badge.svg)](https://github.com/ayonious/explorer-bug/actions/workflows/cypress.yml)

Simple React app to explore the 2d interface with a bug


Screenshot

# 🎁 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

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ayonious/explorer-bug)