Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 720 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 720 Bytes

Meeting-CRUD

A React meeting app made for learning purpose, which gives individuals access to create meetings of their choices and have it displayed, also stored to firebase

Prerequisites

  • css3
  • html
  • javascript
  • React
  • hooks
  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/your_username_/Project-Name.git
  1. Install NPM packages
npm install
  1. you can edit an add your own firebase API End point into the fetch()
  2. Enter your API in config.js
  fetch( ' API Endpoint');

Technologies used Firebase react context react hooks( useState, useRef, useEffect) react router( browserRoute, switch , route, useHistory)