https://github.com/renantrs/cronometro
Um cronômetro em ReactJS usando Styled Components
https://github.com/renantrs/cronometro
reactjs styled-component
Last synced: 2 months ago
JSON representation
Um cronômetro em ReactJS usando Styled Components
- Host: GitHub
- URL: https://github.com/renantrs/cronometro
- Owner: RenanTRS
- License: mit
- Created: 2021-10-02T15:43:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T17:39:29.000Z (over 4 years ago)
- Last Synced: 2025-03-27T23:41:56.957Z (over 1 year ago)
- Topics: reactjs, styled-component
- Language: JavaScript
- Homepage: cronometro-rho.vercel.app
- Size: 702 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cronômetro





## About this project
This project is part of my personal portfolio. [Figma Link](https://www.figma.com/file/iExGhJUfTnPCmAbfwoJl96/Cron%C3%B4metro)
## Getting Started
### Instaling
**Clone the repository**
```
$git clone https://github.com/RenanTRS/Cronometro.git
$cd Cronometro
```
**Instaling dependencies**
```
$yarn
```
or
```
$npm install
```
## Running
With all dependencies installed and the environment properly configured, you cannow run the project:
```
$yarn start
```
or
```
$npm start
```
## Built With
- [Styled-Components](https://styled-components.com/)
## License
This project is licensed under the MIT License - see [LICENSE.md](./LICENSE) file for details.
---
Email me - renantrsouza@gmail.com
Connect with me on [Linkedin](https://www.linkedin.com/in/renantrsouza/)