jiayihu / network-color

An educational game for anyone interested in Computer Science

Home Page:https://network-color.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network-color

  1. Create a Google Cloud Firestore database

  2. Create a file called .env with the API key and project id of your Firestore. The values are described in the Firebase documentation:

REACT_APP_API_KEY=yourkey
REACT_APP_PROJECT_ID=yourprojectid
  1. The application is built using Create React App. You can start the development server using the following CLI command:
npm start

About

An educational game for anyone interested in Computer Science

https://network-color.netlify.app/


Languages

Language:TypeScript 90.6%Language:JavaScript 5.0%Language:HTML 2.9%Language:CSS 1.5%