lucitemple / react-challenge-start

React Appointment Planner app built as part of Codecademy Pro's Front-End Engineer career path. Add a contact, add an appointment, see results displayed.

Home Page:https://lucitemple.github.io/react-challenge-start/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appointment Planner is a basic appointment making app that:

  • adds contacts (name, email, phone)
  • displays contacts
  • adds appointments (contact, date, time)
  • displays appointments

This project was built as part of Codecademy Pro's Front End Engineer career path.

Technologies:

  • React.js
  • HTML, CSS, JavaScript
  • Create React App
  • node.js & npm

Create React App

This project was bootstrapped with Create React App. You can learn more in the Create React App documentation.

Collaborators

To practice teamwork, pair-programming, version control, git and GitHub processes, we completed this as a group project.

Using this project

To run this project:

  • you will need a node environment
  • clone or fork this project
  • install npm in the root of the project directory
  • to run the app in development mode, in the project directory run npm start and open http://localhost:3000 to view it in the browser.

About

React Appointment Planner app built as part of Codecademy Pro's Front-End Engineer career path. Add a contact, add an appointment, see results displayed.

https://lucitemple.github.io/react-challenge-start/


Languages

Language:JavaScript 78.4%Language:CSS 17.5%Language:HTML 4.1%