Skip to content

Sianah/SuperSaver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supersaver

A smarter way to manage your savings

Frontend Prerequisites

  • pyenv
  • Python 3.11.4
  • Flask

How to run Frontend for development

  1. Install pyenv

  2. Install Python 3.11.4

    pyenv install 3.11.4
    
  3. Install Flask

    pip install Flask
    
  4. Clone this repository

  5. Change directory to supersaver and set local Python version to 3.11.4

cd supersaver 
pyenv local 3.11.4
  1. Run tailwindcss command to build css as you develop npx tailwindcss -i ./static/src/input.css -o ./static/dist/css/output.css --watch
  2. Run app Flask run

The frontend app will now be accessible at http://localhost:5000.

About

Web application that is meant to help users create and set financial goals for future use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 55.1%
  • HTML 25.4%
  • CSS 19.0%
  • JavaScript 0.5%