Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahamudm90/timer-clock
This is a Timer-Pomodoro Clock ⏰
https://github.com/mahamudm90/timer-clock
css3 nextjs reactdom timeclock
Last synced: about 4 hours ago
JSON representation
This is a Timer-Pomodoro Clock ⏰
- Host: GitHub
- URL: https://github.com/mahamudm90/timer-clock
- Owner: MahamudM90
- License: mit
- Created: 2022-02-03T16:09:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T16:34:15.000Z (almost 2 years ago)
- Last Synced: 2023-12-29T10:28:01.491Z (11 months ago)
- Topics: css3, nextjs, reactdom, timeclock
- Language: JavaScript
- Homepage: https://promodoro-clock.netlify.app
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Promodoro Clock ⏰
This is the react promodoro Clock for [FreeCodeCamp](https://www.freecodecamp.org/) challenge made using Next Js which is a React framwork by Vercel.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```##### Home Page
![ScreenShot of Form](a.png)
[Live Site](https://promodoro-clock.netlify.app/)
Open [http://localhost:3000](http://localhost:3000) with your browser to see the project.
## Project Dependencies
This project actually has 3 dependencies 'react' and 'react-dom' and 'next' .