Skip to content

25 5 clock is an application that features adjustable session and break lengths and allows users to start, pause, and reset the timer.

License

Notifications You must be signed in to change notification settings

altontonn/clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 [25 5 Clock]

[25 5 Clock] is an application that features adjustable session and break lengths and allows users to start, pause, and reset the timer. The timer alternates between session and break periods, emitting a sound when each period ends.

🛠 Built With

Tech Stack

React

Key Features

  • Adjust session and break lengths

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

  1. Before you go ahead with this project, please make sure you have: - Basic understanding of HTML and CSS. - JavaScript fundamentals (object, array, conditionals, etc). - Familiarity with JavaScript ES6 features (class syntax, arrow functions, object destructuring etc).

  2. Node and npm are installed. Here are the versions I'll be using while making this tutorial:

```shell
$ node --version
v16.13.2
$ npm --version
8.1.2
$ yarn --version
1.22
```
> Installing npm adds two commands to the system—`npm` and `npx`—both of which I'll be using while making this tutorial.
  1. Git is installed. Here's the version I'll be using while making this tutorial:
```shell
$ git --version
git version 2.29.1.windows.1
```

Setup

Clone this repository to your desired folder:

  cd clock
  git clone https://github.com/altontonn/clock.git

Install

Install this project with:

  cd clock
  npm install
  yarn install

Usage

To run the project, execute the following command:

  • Run npm start to start the server.

(back to top)

👥 Author

👤 Newton Alumasa

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give it a ⭐️.

(back to top)

🙏 Acknowledgments

I would like to thank freecodecamp for their full support and guidance.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

25 5 clock is an application that features adjustable session and break lengths and allows users to start, pause, and reset the timer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published