Simple HTML and CSS website made in collaboration during the Kreativstorm Hands-On Training Program.
Live preview can be found here.
This is the concept that we used for creating this website:
BlueNest is a personal finance platform designed to help users manage their budgets, track expenses, set savings goals, and invest wisely. It provides a user-friendly dashboard for tracking daily spending and insights into long-term financial health, making it an ideal choice for individuals seeking to improve financial well-being.
Key Features:
- Budget Tracking – Set monthly budgets, monitor expenses, and get insights on spending patterns.
- Savings Goals – Create personalized savings goals for vacations, emergencies, or major purchases, with visual progress trackers.
- Investment Recommendations – Tips for low-risk investment options to grow savings.
- Financial Education – Access articles and videos on budgeting, saving, and investing basics.
No installation is required to run this website, as it's a simple HTML/CSS project. A modern browser is enough.
-
Clone the repository:
git clone https://github.com/andrejcode/blue-nest.git
-
Open the
index.htmlfile in your preferred browser to view the website.
Contributions are welcome! Please follow these steps to contribute:
-
Fork the project.
-
Create your feature branch:
git checkout -b feature/NewFeature
-
Commit the changes:
git commit -m "Add new feature" -
Push to the branch:
git push origin feature/NewFeature
-
Open a pull request.