"Alwayscare" doctors appointment app is a software application that is especially meant to help patients manage and schedule appointments with the doctors or opt for a real-time chat.
- React
- Redux
- CSS.
- Api.
The basic requirements for building the executable are:
- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)
git clone https://github.com/vickymarz/doctors-appointment-frontend.git <Your-Build-Directory>
To get all package modules required to build the project run:
npm install
every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.
To build the project run:
npm run build
after you run this sucessfully you'd locate the build from in the build
folder located from the parent directory of the project.
To run the program on a browser through a server run this command in your cli
npm start
This should open the page in your localhost on port 3000. then you'd be able to view the built page generated using webpack.
Feel free to check the issues page.
👨 Victor Okoroji
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👩 Lynette Aluoch Acholah
- GitHub: @iLynette
- Twitter: @acholah_lynette
- LinkedIn: lynette-acholah
👩 Usor faith Eloho
- GitHub: @usorfaitheloho
- Twitter: @faithusor16
- LinkedIn: faith-usor
👨 QOOSIM ABDULGHANIYY
- GitHub: @qoosimadbulghaniyy
- Twitter: @qoosimadbulghaniyy
- LinkedIn: qoosim-adbulghaniyy
Give a ⭐️ if you like this project!
- Microverse
- Coding Partners
- Design inspiration by Murat Korkmaz
This project is MIT licensed.