Inspiration
My grandma has been calculating my family's feng shui in our house, but it is very tedious to ask her what it is every year. She has to go look for her diagrams and then calculate it, but since she is getting old, we made a program to make this process easier.
What it does
Based off of your move-in date, the program calculates the feng shui of your house for the current year and displays it in an easy to read diagram.
How we built it
We used C# to make a windows form, as it allows us to customize UI very easily.
Challenges we ran into
We needed to store the data into json objects, and needed to use html to save results of the calculator.
Accomplishments that we're proud of
We made our project very modular, allowing it to be easily updated every 20 years (when the diagrams are refreshed).
What we learned
We learned how to use C#, json objects, and implement html into C#.
What's next for Feng Shui Calculator
Further improvements on display results and GUI improvements.
Log in or sign up for Devpost to join the conversation.