Git Product home page Git Product logo

alarm-clock-app's Introduction

Alarm-Clock-App

An alarm clock web application with a timer feature

Repo setup

  1. Click on Fork button at the top right corner to fork the repo.

  2. Clone your forked repository to your local environment.

  3. Navigate into the cloned folder - cd Alarm-Clock-App

  4. Add upstream - git remote add upstream https://github.com/BrunoElo/Alarm-Clock-App.git

  5. Pull updates from the develop branch in upstream repo - git pull upstream develop

  6. Create a new branch for the feature you're working on - git checkout -b [Feature] e.g git checkout -b feat/display-timer for a feature.

  7. To ensure you're on the right branch run git branch

  8. If you are done and everything is okay stage your changes - git add .

  9. And then commit - git commit -m "Commit Message"

Your commit messages should follow a consistent pattern:
Remember, chore, feature, bug
For a feature: git commit -m "feat: implemented user log-in"
For a bug: git commit -m "bug: fixed inconsistency in log in screen"
For a chore: git commit -m "chore: updated read me to include API endpoints"

  1. Push to your working branch in your forked repo - git push origin [Feature]

  2. Make a Pull Request.

Note: Always pull from develop branch before creating your working branch to avoid merge conflicts.


Creating a pull request

  1. Go to your forked repository.

  2. As soon as you get there, you are going to see a green ‘compare and create a pull request’

  3. Click on it, and type your message, click on create pull request.

When making a PR, your PR is expected to have useful information like the following:

● What is the task completed ?

● What the PR actually does ?

● How can this PR be manually tested ?

● Any background contexts ? (maybe something a tester might not notice and be useful for testing)

● Screenshots

alarm-clock-app's People

Contributors

emekaelo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.