This project is a basic React application integrated with Firebase database and storage. It allows users to perform CRUD operations and upload images to Firebase Storage.
- Node.js
- Package manager (pnpm is used)
-
Clone the repository to your local machine:
git clone https://github.com/itsankitbhusal/recipe-note
-
Change your directory to the project folder:
cd recipe-note
-
Install dependencies using npm or Yarn or pnpm(used):
pnpm install && pnpm run dev