An open API service indexing awesome lists of open source software.

https://github.com/mateusfs99/inorbit

Easily manage your goals! Use the In.Orbit App!
https://github.com/mateusfs99/inorbit

node-js react-js

Last synced: 5 months ago
JSON representation

Easily manage your goals! Use the In.Orbit App!

Awesome Lists containing this project

README

          


in.orbit logo

This is the main repository for the In.Orbit application, which includes both the backend (`inorbit-api`) and the frontend (`inorbit-ui`) as submodules.

## About 🎯

The In.Orbit application is designed to help users manage their goals, creating and completing them. This repository serves as the main entry point, containing submodules for both the backend and frontend components.

## Structure 📂

- `inorbit-api`: The backend of the In.Orbit application, developed with Node.js and Fastify, using Drizzle for ORM and PostgresSQL as the database.
- `inorbit-ui`: The frontend of the In.Orbit application, developed with React and TypeScript, using Vite for the build tool.

## Features 📝

The application must be able to:

- [✔] Register a new goal;
- [✔] View detailed goal data;
- [✔] Mark the goal as completed;
- [✔] Undo the date the goal was made;
- [✔] View the week dashboard;

## Technologies and Installation 🛠 💻

For more details, please refer to the individual repositories: [inorbit-api](https://github.com/MateusFS99/inorbit-api) and [inorbit-ui](https://github.com/MateusFS99/inorbit-ui).

## License ®️

This project is under the MIT license. Consult the [LICENSE](LICENSE) for details.