Appointment Calendar - A calendar to show or add appointments. Created using React.js Check React Documentation for help.
At first clone the github repository to your local machine.
git clone https://github.com/raadu/appointment-calendar
To run the app go to project directory and enter this command
npm install
npm start
or if you are using Yarn,
yarn install
yarn start
- Port used 3000. App is displayed in localhost:3000. If the port 3000 is not free, it will prompt and ask to open in another port.
Demo Link: https://clever-wozniak-05a2fe.netlify.app