Dent Clack is a medical web application that makes booking dental appointments easier and quicker from the comfort of your home.
Dent Clack is a medical web application that aims to help make booking dental appointments quick and easy from the comfort of your home. This is a simple project built under the idea of helping beginners get more familiar with open source. Happy Coding 💙 :) !
- HTML
- CSS
- JavaScript
-
Fork the repo: Just click on the "Fork" to fork the project or click on the second icon at the top right to fork
-
Clone the forked project
git clone https://github.com/<your-github-username>/Dent-Clack
-
Navigate to the project directory
cd Dent-Clack
-
Run the project on your browser For VSCode
code .
Other Text Editor on Mac
open ~
On Windows
start .
Then run
index.html
on your browser
-
Make a new branch:
git switch -C <new-branch-name>
-
Add and Commit changes in the new branch
git add <file-name> git commit -m <commit-message>
-
Push to your forked repository
git push <remote-name e.g origin> <branch-name>
- Create a new pull request from your forked repository
- Make a branch for every contribution you wish to make
- Open a pull request after you are done but note DO NOT MERGE it will only be done after the collaboratos have carefully reviewed your work
⚠️ Do NOT remove other content If not necessary⚠️ - If you have any special edits please contact a collaborator
- Code styling wont be heavily enforced but please write readable code
- Don't forget to add your name to the contributors list file
- Make your pull requests in an incremental manner so as to avoid merging bad code
- Read the CONTRIBUTING.md file for detailed information
An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.
git remote add upstream https://github.com/pythoniclaver/Dent-Clack
Verify if new remote has been added by running the command:
git remote -v
To pull any new changes from your parent repo simply run
git merge upstream/main
This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your own commits to make sure that your repo is up to date with its parent.
For more information on syncing forks read this article from Github.
Dent-Clack is licensed under the MIT License - Checkout LICENSE for details.
P.S. Star ⭐ and Share this repository, if you had fun!!! 😊
-
Who can contribute?
- Anyone with a github account and who is signed up for hacktoberfest :)
-
Who are you and why are you doing this?
- I are a programmer from Nigeria Vincent. I'm doing this because I love Open Source and Hacktoberfest. I want to make it easier for people to get started with Hacktoberfest and Open Source.
-
Why are you not using digitalocean?
- Because we only know JavaScript and suck at servers :).
-
How many pull request (PR) must be made, if I want to get an awesome tshirt from Hacktoberfest 2022?
- 4
-
How do I track my progress to get an awesome shirt from Hacktoberfest 2022?
- go to : (Check Out Your Own Stats at Right Top)
-
What is the duration of Hacktoberfest 2022?
- It is from 1st october to 31st october 2022...
-
What is the event for?
- For the open source community engagement
- Twitter - @Vincent
- LinkedIn - @Pythonichub
- GitHub - @Pythoniclaver
- Website - Pythonichub