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:
The following instructions will provide you information to get the project up and running on your local machine for development purposes.
- 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.
This project uses mainly the following libraries and frameworks:
npm install
npm run dev