|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/doctor-appointment-booking-app-with-react-firebase-ant-d/
课程评论:没有评论
课程名称:使用React、Firebase和ANT D构建医生预约应用 概述:在本课程中,您将学习以下内容: - React与Firebase的集成 - 使用Firestore数据库进行用户身份验证 - 普通用户与管理员、医生的不同UI界面 - 管理员可以访问所有用户和医生的信息 - 医生需提供所需信息以获得管理员的批准才能访问 - 医生可以在申请表中指定工作时间和费用 - 用户可以根据医生的可用性预约 - 医生可以查看自己个人资料下所有的预约 - 用户可以查看未来的预约及其状态 - 如果医生拒绝或取消预约请求,该时间段将被释放 - 管理员可访问所有医生的预约信息 - 若发生可疑活动,管理员可封锁用户和医生账户 课程中,您将了解到React的特性: - 声明式:使创建交互式用户界面变得简单,React会在数据变更时高效更新和渲染相应组件。 - 组件化:构建封装的组件来管理自己的状态,并组合它们以创建复杂的用户界面。 - 学一次,随处使用:React不对其他技术栈做假设,使您能够在不重写现有代码的情况下开发新功能。此外,React可以在服务器上使用Node进行渲染,并支持移动应用开发。 Firebase是一款由Google支持的应用开发平台,帮助开发者构建和扩展用户喜爱的应用和游戏,深受全球数百万企业的信赖。
In this course, you will learn the following concepts.React Firebase IntegrationUser Authentication with Fire store databaseSeparate UI for normal users and admin, doctorAdmin can access all the users and doctors, information.The doctor has to get the admin approval to get access by providing the required detailsA doctor can specify his work hours and fee in the application formUsers can able to book doctor appointments based on availability.A doctor can able to see all the appointments booked for his profile.A user can also see his future appointments with the status.If the doctor rejects/cancels the appointment request the slot will be released.Admin will also be having the access to all the doctor's appointments.If any suspicious activity happens, the admin can block both user and doctor accounts.React is a JavaScript library for building user interfaces.Declarative: React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable, simpler to understand, and easier to debug.Component-Based: Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep the state out of the DOM.Learn Once, Write Anywhere: We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React can also render on the server using Node and power mobile apps using.Firebase is an app development platform that helps you build and grow apps and games users love. Backed by Google and trusted by millions of businesses around the world.