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!
- Host: GitHub
- URL: https://github.com/mateusfs99/inorbit
- Owner: MateusFS99
- License: mit
- Created: 2024-09-10T03:18:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T21:26:15.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T23:11:20.856Z (about 1 year ago)
- Topics: node-js, react-js
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.