Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larissabenedet/cards-and-timer
This project renders three cards, that will be fullfilled with their own colors after a certain time in ms.
https://github.com/larissabenedet/cards-and-timer
Last synced: 7 days ago
JSON representation
This project renders three cards, that will be fullfilled with their own colors after a certain time in ms.
- Host: GitHub
- URL: https://github.com/larissabenedet/cards-and-timer
- Owner: larissabenedet
- Created: 2022-07-12T02:21:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T01:40:55.000Z (over 2 years ago)
- Last Synced: 2023-04-30T20:23:13.556Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://cards-and-timer.vercel.app
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cards and Timer 💣
- [PT/BR](#pt)
- [EN/US](#en)### Português 🇧🇷
Esse projeto renderiza três cards que se transformam em sua cor por completo após um certo tempo em ms.
[Clique aqui para acessar o projeto](https://cards-and-timer.vercel.app)#### Como rodar o projeto
1. Clone o projeto com `git clone [email protected]:larissabenedet/cards-and-timer.git`
2. `cd cards-and-timer` para entrar na pasta do projeto
3. `yarn` para instalar todas as dependências
4. `yarn dev` para rodar o server
5. `yarn test` para rodar os testes
6. Acesse o server no browser em `localhost:3000`
---
### English 🇺🇸
This project renders three cards, that will be fullfilled with their own colors after a certain time in ms.
[Click here to access the project](https://cards-and-timer.vercel.app)#### How to run the project
1. Clone the project with `git clone [email protected]:larissabenedet/cards-and-timer.git`
2. `cd cards-and-timer` to enter the project folder
3. `yarn` to install all the project dependencies
4. `yarn dev` to start the server
5. `yarn test` to run tests
6. Access the server at `localhost:3000`