Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 743 Bytes

File metadata and controls

48 lines (34 loc) · 743 Bytes

Page UI

[MY Deployment](https://javascript-army.github.io/What-Date-Today/)

Requirements for this project

By Clicking a Button_ You will have to do what Day it is today


Alert or popup message required





Set up your project folder step by step

Clone the repository

  git clone https://github.com/JavaScript-Army/What-Date-Today

Change your directory

    cd file name

Create & switch branch with your name

    git checkout -b branch-name

Create a JavaScript file on your folder

    touch index.js

Push your files

    git push -u origin your-branch-name
    Create a pull request on GitHub