Skip to content

VeraPandi/puzzle

Repository files navigation

Jigsaw Puzzle

forthebadge forthebadge forthebadge forthebadge forthebadge

"Jigsaw puzzle for desktop and tablet"

Preview:

puzzle

Installation

1. Install the packages

npm install

2. Work with Unsplash API and Firebase Realtime Database

You need to have an Unsplash API key and a Firebase Realtime Database.

Create a .env file at the root of the project. Then, use the variables located in the .env.example file and add your Unsplash API key and your Firebase Realtime Database configuration in the .env file.

3. Launch the project

netlify dev

The frontend port is: http://localhost:8888

View the app