https://github.com/alidantech/pomodoro-clock
learnig mongo db
https://github.com/alidantech/pomodoro-clock
Last synced: 2 months ago
JSON representation
learnig mongo db
- Host: GitHub
- URL: https://github.com/alidantech/pomodoro-clock
- Owner: Alidantech
- Created: 2023-03-23T12:53:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T16:25:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T13:11:12.347Z (over 1 year ago)
- Language: JavaScript
- Size: 335 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 25+5 Clock Challenge
A 25+5 Clock app built using React, Redux, Bootstrap, and Font Awesome. ⏰🍅
## Objective
Build an app that is functionally similar to this: [25+5 Clock](https://25--5-clock.freecodecamp.rocks).
Fulfill the below user stories and get all of the tests to pass. Use whichever libraries or APIs you need. Give it your own personal style.
You can use any mix of HTML, JavaScript, CSS, Bootstrap, SASS, React, Redux, and jQuery to complete this project. You should use a frontend framework (like React for example) because this section is about learning frontend frameworks. Additional technologies not listed above are not recommended and using them is at your own risk. We are looking at supporting other frontend frameworks like Angular and Vue, but they are not currently supported. We will accept and try to fix all issue reports that use the suggested technology stack for this project. Happy coding! 💻🚀
## Technologies Used
- React
- Redux
- Bootstrap
- Font Awesome
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/Alidante254/Pomodoro-Clock.git
```
3. Move to the apps directory:
```bash
cd pomodoro-clock
```
4. Install the dependencies by running the following command:
```bash
npm install
```
5. Start the development server:
```bash
npm start
```
6. Open your browser and navigate to http://localhost:3000 to view the app:
## Screenshots

## Credits
This project is part of the FreeCodeCamp curriculum. The original challenge can be found here.
## License
This project is licensed under the MIT License.