Skip to content

Vin-Jex/Dent-Clack

Repository files navigation

HACKTOBERFEST 2022

Project Image

Dent Clack is a medical web application that makes booking dental appointments easier and quicker from the comfort of your home.


Table of Contents


Description

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 💙 :) !

Technologies

  • HTML
  • CSS
  • JavaScript

Back To The Top


Getting Started

  1. Fork the repo: Just click on the "Fork" to fork the project or click on the second icon at the top right to fork

  2. Clone the forked project

    git clone https://github.com/<your-github-username>/Dent-Clack
  3. Navigate to the project directory

    cd Dent-Clack
  4. 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

Made any changes?

  • 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>
  1. Create a new pull request from your forked repository

Contribution Rules📚:

  • 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

Avoid Conflicts {Syncing your fork}

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.

Back To The Top


License

Dent-Clack is licensed under the MIT License - Checkout LICENSE for details.

P.S. Star ⭐ and Share this repository, if you had fun!!! 😊


FAQs (Frequently Asked Questions)

  • 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

Author Info

Back To The Top


I will do my best to merge as much as possible from everyone. However, time is limited and the merge conflicts are horrible 😲.

Our Top Contributors

About

Dent Clack is a medical application that helps people get access to quick appointment for dental treatment at the comfort of their home.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published