Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teagucordeiro/react-devmemory
🎮 A memory game.
https://github.com/teagucordeiro/react-devmemory
react styled-components typescript
Last synced: 6 days ago
JSON representation
🎮 A memory game.
- Host: GitHub
- URL: https://github.com/teagucordeiro/react-devmemory
- Owner: teagucordeiro
- License: mit
- Created: 2022-12-20T20:13:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T23:06:59.000Z (almost 2 years ago)
- Last Synced: 2024-06-04T19:05:35.377Z (5 months ago)
- Topics: react, styled-components, typescript
- Language: TypeScript
- Homepage: https://react-dev-memory-ten.vercel.app/
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
devMemory
About •
Technologies •
Status •
Deploy •
Running •
Author •
License## :bookmark_tabs: About
Project developed during the React course given by [B7web](https://alunos.b7web.com.br/login). The project is a memory game with a timer and move counter.
---
### :hammer: **Technologies**
The following tools were used in the construction of the project:
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Styled components](https://styled-components.com/)---
### :triangular_ruler: **Project Status**
👨🏫 The project has already been completed!### :computer: Deploy
See the running project: devMemory### :dvd: **Running the Project**
```bash
# Clone this repository
$ git clone https://github.com/ThiagoCordeiro52/react-devMemory.git# Access the project folder in terminal/cmd
$ cd react-devMemory# Install the project dependencies
$ npm install
# or
$ yarn install# Run the development server
$ npm run dev
# or
$ yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### :boy: **Author**
Thiago OliveiraDone with ❤️ by Thiago Oliveira 👋🏽 Contact me!
[![Linkedin Badge](https://img.shields.io/badge/-Thiago_Oliveira-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/thiago-de-oliveira-cordeiro-32562b1b6/)](https://www.linkedin.com/in/thiago-de-oliveira-cordeiro-32562b1b6/)
[![Github Badge](https://img.shields.io/badge/-Thiago_Oliveira-000?style=flat-square&logo=Github&logoColor=white&link=https://github.com/ThiagoCordeiro52)](https://github.com/ThiagoCordeiro52)---
### :page_facing_up: **License**
This project is licensed by [MIT](./LICENSE).