itsankitbhusal / recipe-note

food recipe note taking webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React with Firebase Project

Overview

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.

Prerequisites

  • Node.js
  • Package manager (pnpm is used)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/itsankitbhusal/recipe-note
  2. Change your directory to the project folder:

    cd recipe-note
  3. Install dependencies using npm or Yarn or pnpm(used):

    pnpm install && pnpm run dev

About

food recipe note taking webapp


Languages

Language:JavaScript 97.0%Language:CSS 1.6%Language:HTML 1.3%