Code Monkey home page Code Monkey logo

appointmentscheduler's Introduction

Appointment Scheduler

This project is a simple web-based appointment scheduler application that allows users to add, view, update, and delete appointments. It utilizes HTML, CSS, and JavaScript for the frontend, and interacts with a mock API server to perform CRUD operations.

Features

  • Add Appointment: Users can add new appointments by providing the date, time, and client name through a form.
  • View Appointments: Existing appointments are displayed in a table format, showing the appointment ID, date, time, and client name.
  • Edit Appointment: Users can edit existing appointments by clicking the "Update" button, which allows them to modify the appointment details.
  • Delete Appointment: Appointments can be deleted individually by clicking the "Delete" button. A confirmation popup is displayed before deletion.
  • Responsive Design: The application is designed to be responsive, ensuring a seamless user experience across different devices.

Skills Demonstrated

  • Frontend Development: The project demonstrates proficiency in frontend development using HTML, CSS, and JavaScript.
  • DOM Manipulation: JavaScript is used to dynamically update the DOM based on user actions, such as adding, editing, or deleting appointments.
  • Form Validation: Form validation is implemented to ensure that users provide valid input for date and time fields.
  • Asynchronous JavaScript: AJAX requests are made to interact with the mock API server asynchronously, allowing for smooth data retrieval and manipulation.
  • CRUD Operations: The application performs CRUD (Create, Read, Update, Delete) operations on appointment data stored on the server.

Technologies Used

  • HTML: Markup language used for creating the structure of the web pages.
  • CSS: Styling language used for designing the layout and appearance of the application.
  • JavaScript: Programming language used for implementing interactive features and functionality.
  • XMLHttpRequest: JavaScript API used for making asynchronous HTTP requests to the server.
  • Mock API Server: A mock API server is used to simulate backend functionality for storing and retrieving appointment data.

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository: git clone https://github.com/ChaithanyaKrishna28/AppointmentScheduler.git
  2. Navigate to the project directory.
  3. Open index.html in your preferred web browser.

Alternatively, you can access the live version of the project here.

Credits

Credits

This project was created by Chaithanya Krishna. Feel free to contribute by submitting bug fixes or enhancements via pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

appointmentscheduler's People

Contributors

chaithanyakrishna28 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.