Skip to content

tensegrity666/songbird

Repository files navigation

Netlify W3C Validation GitHub repo size GitHub package.json version (branch)

High performance in Lighthouse tests:

lighthouse


Guess the bird game. Try to recognize the bird by its voice. In the block on the right, you can see more detailed information about the selected bird.


Clone repo

$ git clone git@github.com:tensegrity666/x-check-app.git

then checkout to origin/dev:
$ git fetch origin
$ git checkout -b dev origin/dev

Install

$ npm i

Start server

$ npm start
Open http://localhost:3000 to view it in the browser.

Build project

$ npm run build