About this Appointment Planner
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.
- React.js
- HTML, CSS, JavaScript
- Create React App
- node.js & npm
This project was bootstrapped with Create React App. You can learn more in the Create React App documentation.
To practice teamwork, pair-programming, version control, git and GitHub processes, we completed this as a group 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.