Skip to content

AliDurul/Appointment-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    Appoinment App

What's used in this app ? How to run ? Author
  • React-Booststrap
  • React
  • Javascript
  • Html
  • Css
  • Once you clone the project

    1. run pnpm install or yarn install for node modules
    2. run pnpm start or yarn start for open development stage
  • Take a look at my other projects
  • Visit me on Linkedin
  • What is this project about ?

    This project is basically an appoinment app for certain hospital,

      How does my project look

    Live Link

    appointmentApp

      Feedback and Collaboration

    I value your feedback and suggestions. If you have any comments, questions, or ideas for improvement regarding this project or any of my other projects, please don't hesitate to reach out.
    I'm always open to collaboration and welcome the opportunity to work on exciting projects together.
    Thank you for visiting my project. I hope you have a wonderful experience exploring it, and I look forward to connecting with you soon!

    Project Skeleton

    Appoinment App (folder)
    |
    |-- public
    |     |-- img
    |     |-- favicon.ico
    |     |-- index.html
    |     |-- logo192.png
    |     |-- logo512.png
    |     |-- manifest.json
    |     |-- robots.txt
    |-- src
    |    |-- components
    |    |     |-- AddModal.jsx
    |    |     |-- AppointmentList.jsx
    |    |     |-- Doctors.jsx
    |    |     |-- HazırData.jsx
    |    |-- helpers
    |    |     |-- data.jsx
    |    |-- pages
    |    |     |-- Home.jsx
    |    |-- App.css
    |    |-- App.js
    |    |-- index.js
    |-- .gitignore
    |-- README.md
    |-- package.json
    |-- yarn.lock