AshitakaLax / cFIREsim-open

An attempt to re-write the popular retirement calculator (cFIREsim.com) in mainly javascript, and begin the journey toward open-source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cFIREsim-open

Current Demo Available: https://alistair-marshall.github.io/cFIREsim-open/

Purpose: This is a forked version of the cFiresim project, trying to refresh and update add more features.

All the old PHP code has been removed, there is no more server side processing. It is all clientside javascript.

Disclaimers:

  • The goal is to write cFIREsim-open more or less completely in Javascript.

  • The origional maintainer hasn't done any updates since 2016

  • I have a full-time job AND another for-fun programming project. This project originally took me months to develop. With those things in mind, progress may be slow.

Collaboration: Primary discussion of the project can be done here on the github issues page.

License: This software falls under the Apache License 2.0

Docker

Build the dockerfile

docker build . -t cfiresim-open

Run the Docker image

docker run -dp 8080:80 cfiresim-open

Navigate to http://localhost:8080

Docker Compose

docker-compose up -d

Navigate to http://localhost:8080

About

An attempt to re-write the popular retirement calculator (cFIREsim.com) in mainly javascript, and begin the journey toward open-source.

License:Apache License 2.0


Languages

Language:JavaScript 51.3%Language:HTML 48.7%Language:Dockerfile 0.0%