/memory-bits

Personal Project - Jogo da memória Fullstack com Nuxt, MySQL e Typescript

Primary LanguageTypeScript


Logo

Memory Bits

A brief description of what this project does and who it's for

License MIT

🎯 Roadmap | 📚 Documentation | 👀 Project

✨ Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross platform

📸 Preview

App Screenshot


⚡ Tech Stack

Client: Nuxt, TypeScript, Tailwind

Server: Node, Express


🗂 How to Use

Run MySQL database with Docker

# Executar container docker
docker compose up -d

# Executar o container com o bash
docker exec -it memorygame-db bash

# Acessar o terminal do MySQL
mysql -uroot -p
# Depois digitar a senha e usar o Banco de Dados

Run Locally

# Clone the project
  git clone https://link-to-project

# Go to the project directory
  cd memory-bits

# Install dependencies
  npm install

# Start the server
  npm run dev

:octocat: Contributing

This project is for study purposes, so contact me and let me know your ideas. All kinds of contributions are very welcome and appreciated!

  • ⭐️ Star the project
  • 🐛 Find and report issues
  • 📥 Submit PRs to help solve issues or add features
  • ✋ Influence the future of project with feature requests

Made by 🤍 Merieli Manzano

(back to top)