Work in progress
The journey of becoming a software engineer continues. In this post, I will describe the application I built within a total time limit of 14 hours. I dedicated two hours each day for a week to see what I could accomplish. This project would not have been possible without YouTube videos and countless software articles. I am open to suggestions, comments, or concerns. I would like to extend this project—let me know what new features I should develop on top of this one!
Backstory: I'm currently working on a simple dashboard that allows adding, editing, and deleting clients. The main goal of this project is to get comfortable with handling data and storing it in a database.
In the software engineering/programming world, this process is called CRUD (Create, Read, Update, Delete). I’ve created a simple visual illustration to show how it works. I have created a illustration to get a better idea of how databases work.
Project Details
This project serves as a foundational step towards developing a more sophisticated software solution. It provides a user-friendly interface to manage client data, offering key features such as adding, editing and deleting client records. The system can be scaled and extended to support additional functionality in the future, such as complex data relationship, search capabilities, and enhanced user permissions.
To copy the code you can go to my Github: manuexgabriel
Demo
Tech Stack:
Recommended by LinkedIn
Current Features: