Skip to content

ccarlaa/trackit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English Português

🛤️ TrackIt

Habit control and monitoring.

TrackIt

📝 About

The application aimed to monitor and control habits. It was built using the following technologies: CSS, HTML, Javascript, and React.

My Skills

📁 Project Access

You can access the project's source code or download it.

🛠️ Open and Run the Project

After downloading the project, you can open it with Visual Studio Code. To do this, on the launcher screen, click:

  1. File > Open Folder
  2. Locate the project's location and select it (If the project is downloaded as a zip file, it needs to be extracted before locating it.)
  3. Finally, click Open
  4. Then open the terminal and install the dependencies with the following command:
npm install 
  1. You can run the project by executing:
npm start
  1. Finally, access http://localhost:3000 in your browser.

📝 Sobre

A aplicação teve por objetivo realizar o monitoramento e controle de hábitos. A mesma foi feita utilizando as seguintes tecnologias: CSS, HTML, Javascript e React.

My Skills

📁 Acesso ao projeto

Você pode acessar o código fonte do projeto ou baixá-lo.

🛠️ Abrir e rodar o projeto

Após baixar o projeto, você pode abri-lo com o Visual Studio Code. Para isso, na tela de launcher clique em:

  1. File > Open Folder
  2. Procure o local onde o projeto está e o selecione (Caso o projeto seja baixado via zip, é necessário extraí-lo antes de procurá-lo)
  3. Por fim clique em Abrir
  4. Em seguida abra o terminal e instale as dependências com o seguinte comando:
npm install 
  1. Você pode rodar o projeto executando:
npm start
  1. Finalmente, acesse http://localhost:3000 no seu navegador.