SOliv1 / appointmentPlanner-React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeQL Deploy Jekyll with GitHub Pages dependencies preinstalled Netlify Status

View deployed site here

appointmentPlanner-React

Use functional React components to create an app that manages contacts and appointments. The app consists of two pages: one to view and add contacts and one to view and add appointments.

Work with stateful and stateless functional React components using hooks. The requirements section will walk through implementing the app from the topmost component down. You can implement it in a different order if you wish.

Set Up

This project was bootstrapped with Create React App.

  1. Install Node
  2. inside the project’s root directory, run npm install.
  3. Finally, run npm start
  4. Visit: http://localhost:3000/ (if browser does not open automatically)

About


Languages

Language:JavaScript 83.9%Language:CSS 12.1%Language:HTML 4.0%