Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.35 KB

Habits

The Habits project is a full-stack application created for the purpose of studying and applying some technologies in the JavaScript environment, with its main functionalities being the creation and tracking of daily habits.

The project is divided into 3 repositories:

💻 Web

📱 Mobile

⚙️ Server

See how it looks on the web:

Habits Image

Getting Started

The following instructions will provide you information to get the project up and running on your local machine for development purposes.

Prerequisites

  • Node.js min version 18.x | npm

To test the functionalities in the web application, it is necessary to run the backend project locally on your machine.

Technologies

This project uses mainly the following libraries and frameworks:

Installing dependencies

npm install

Running

npm run dev