lucasvsouza28 / memory-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Game

What is it?

This project is a challenge from frontendmentor.io

Technologies used to build this project

  • Vite
  • React
  • Firebase (Authentication / Realtime Database)
  • Styled Components
  • Netlify

Running locally

  • Clone this repository
  • Run yarn or npm i
  • Run yarn dev or npm run dev to start Vite in development mode
  • Run yarn build to build for production

you will also need a project on Google Firebase with authentication and Realtime Database enabled. Check the needed env variables on src/services/firebase.ts file

Where is it published?

Currently published at Netlify

About


Languages

Language:TypeScript 98.8%Language:HTML 0.7%Language:CSS 0.5%