An open API service indexing awesome lists of open source software.

https://github.com/roninjosue/25-plus-5-clock

Front End Development Libraries Projects
https://github.com/roninjosue/25-plus-5-clock

freecodecamp freecodecamp-project

Last synced: 3 months ago
JSON representation

Front End Development Libraries Projects

Awesome Lists containing this project

README

        

25 + 5 Clock


Solution for Front End Development Libraries project.




Demo

|

Project

|

FreeCodeCamp


## Table of Contents

- [Overview](#overview)
- [Built With](#built-with)
- [Installation](#installation)
- [Features](#features)
- [Contact](#contact)

## Overview

### This is how the application is displayed

![screenshot](https://github.com/roninJosue/freecodecamp/blob/main/FrontEndDevelopmentLibraries/Projects/25Plus5Clock/25-plus-5.jpg?raw=true)


### Built With

- [React](https://reactjs.org/)
- [Create React App](https://create-react-app.dev/)
- [Styled Components](https://styled-components.com/)

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

### Installation

1. Clone or download the repository.
2. Install all the dependencies using the following command.
```bash
npm install
```
3. Run the application using the following command.
```bash
npm run start
```

## Features

This application has the following features:
* Increment and decrement buttons, add or subtract from the clock.
* When the clock reaches 0, it will reset to break length. Also, a beep sound will play.
* State is managed using React Context.

---

## Contact

- GitHub [@roninJosue](https://github.com/roninJosue)
- Instagram [roninJosue](https://www.instagram.com/roninjosue)