Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 1.6 KB

README.md

File metadata and controls

72 lines (49 loc) · 1.6 KB

SharkSaw Puzzle

React Tailwind Firebase

This is a jig-saw puzzle game with a shark theme developed using Reactjs, Firebase, Tailwind CSS, etc.

Watch it Live

sharksaw.netlify.app

Screenshot (21) Screenshot (22) Screenshot (23)

Contributing

All kinds of contributions are welcomed 🤝

Prerequisites

  • Have knowledge about Reactjs.

  • Know how Tailwind CSS works.

  • Know how to implement firebase firestore.

  • Know how to implement firebase-auth.

    Any one of them would be sufficient.

Run on your Local Machine

Clone the project

  git clone https://github.com/[your-username]/SharkSaw-Puzzle.git

Go to the project directory

  cd SharkSaw-Puzzle

Install dependencies

npm

  npm install

yarn

  yarn install

Start the server

npm

  npm run start

yarn

  yarn run dev

It will start the development server at localhost:3000

I will be very much grateful, if you give this repository a ⭐