AeroNex : Devlog #1: Project Start
Today I started my new project, AeroNex.
AeroNex is an airline booking system that I am making with the C programming language. The program works in the terminal and uses a menu system.
The main idea is to make a simple system where a user can:
- Create an account
- Log in
- Choose a destination
- Choose a flight class
- Choose a flight date
- Make a booking
- Cancel a booking
- View flight information
- Block an account
- Log out
At the moment, I have already made the registration and login systems. I also started working on the booking system. The user can choose a destination, class, and date.
There are still bugs and unfinished parts, so the project is not finished yet.
For the next updates, I want to improve the booking system and add booking cancellation and flight information. I also want to improve the account system and make the terminal interface cleaner.
My main goal with this project is not only to make a working booking system, but also to learn more about C programming and build a bigger project by myself.
This is only the beginning of AeroNex.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.