Author: Stephen Karanja. 6/04/2023.
Description: A simple budgeting application that lets you calculate your daily and monthly income, expenses, and savings.
Demo: You can demo the site here.
Features:
- Input your income based on the frequency.
- Select your currency, although there are just two options.
- You can input your speculated daily expenses.
- You can input your desired monthly savings.
- Shows the current exchange rate of the Kenyan Shilling against the American Dollar. Specifications:
Setup/Installation Requirements: Here is a run-through of how to set up the application:
- Clone this repository using the git clone link: https://github.com/SKaranjaN/Financial-advisor-project.git
- Navigate to the directory:
cd Financial-advisor-project. - Open the directory created with your favorite IDE. If Atom, type
atom .; if VSCode, typecode .. This will launch the editor with the project setup. Now feel free to hack around the project. - For the API to fetch data you'll have to install json-server by running the bellow commands; <-- npm init --> <-- npm install --save json-server --> <-- json-server --watch db.json -->
- After this launch the application and have fun. Known Bugs: None currently.
Technologies Used: HTML, CSS, and JavaScript.
Support and Contact Details: Primary E-mail Address: skaranja654@gmail.com
License: This project is licensed under the MIT License. (c) 2023 Stephen Karanja.
