Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luifean/space-invaders-react
Remake do jogo "Space Invaders" sendo refeito em ReactJs, a fim de estudar melhor a estrutura de renderização, hooks e algorítimos
https://github.com/luifean/space-invaders-react
reactjs styled-components
Last synced: 9 days ago
JSON representation
Remake do jogo "Space Invaders" sendo refeito em ReactJs, a fim de estudar melhor a estrutura de renderização, hooks e algorítimos
- Host: GitHub
- URL: https://github.com/luifean/space-invaders-react
- Owner: LuiFeAn
- Created: 2022-11-12T14:03:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T13:21:54.000Z (about 2 years ago)
- Last Synced: 2023-05-28T00:19:39.997Z (over 1 year ago)
- Topics: reactjs, styled-components
- Language: JavaScript
- Homepage:
- Size: 5.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tecnologias |
Projeto |
## 🚀 Tecnologias
Tecnologias utilizadas durante o projeto:
- [ReactJS](https://pt-br.reactjs.org/)
- [JavaScript](https://www.javascript.com/)
- [Styled Components](https://styled-components.com/)## Front-end
- Componentes Reutilizaveis
- CSS-in-JS
- Responsividade## 💻 Projeto
Este projeto ainda está em desenvolvimento e consiste em ser um remake do jogo "Space Invaders"
## 🤖 Inicialização
npm start
## 👨💻 Instalação
```bash
# Clone o repositório
git clone https://github.com/LuiFeAn/Space-Invaders-React.git# Instale todos os pacotes
npm install || yarn install