Skip to content
/ Meeting-CRUD Public template

a meeting app made for learning purpose which gives individuals access to create meetings of their choices and have it stored to a data base, meetings from the database to be listed on a different pages ..

Notifications You must be signed in to change notification settings

eebbann/Meeting-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

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)

About

a meeting app made for learning purpose which gives individuals access to create meetings of their choices and have it stored to a data base, meetings from the database to be listed on a different pages ..

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published