Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 3.48 KB

README.md

File metadata and controls

62 lines (45 loc) · 3.48 KB

🕙 Clock Vite + React App

[EN] About this project

This is a simple clock app developed using React and styled using CSS3. It displays the current time and date. I had the idea to develop it to display in my Notion main page, so I could toggle between dark and light modes depending on the mode I'm using in Notion.

📝 Installation

  1. Clone the repository git clone [email protected]:biancashiromoto/react-tic-tac-toe.git
  2. Install the dependencies in the project's root directory by running npm install
  3. Open the app in the browser npm run dev

🧪 Test coverage

In the src directory, run the command npm run test:coverage

💬 If you have any suggestions or feedbacks, I would be happy to receive them through LinkedIn!


[PT-BR] Sobre este projeto

Esta é uma aplicação simples de relógio desenvolvida utilizando React e estilizada com CSS3. Ela mostra o horário e data atuais. Eu tive a ideia de desenvolvê-lo para mostrar as horas na minha página principal no Notion, para que eu pudesse alternar entre os modos escuro e claro dependendo do modo que eu estou usando no Notion.

📝 Instalação

  1. Clone o repositório com o comando git clone [email protected]:biancashiromoto/react-tic-tac-toe.git
  2. Instale as dependências no diretório raiz do projeto npm install
  3. Abra no navegador npm run dev

🧪 Cobertura de testes

No diretório src, rode o comando npm run test:coverage

💬 Se tiver alguma sugestão ou feedback, eu ficaria feliz em recebê-los pelo meu LinkedIn!


🖼️ Screenshots

Dark mode Light mode

🛠️ Technologies used/Tecnologias utilizadas

Programming languages/Linguagens de programação:

CSS3 HTML5 JavaScript TypeScript

Frameworks and libraries/Frameworks e bibliotecas:

React Testing-Library

Tools and platforms/Ferramentas e plataformas:

ESLint Git GitHub Vercel Vite VSCode npm