https://github.com/sixtusonyedibe/mx-stat
MX-Stat is a data analysis app that empowers you to track and optimize your yearly performance. Input your data for the year with ease and uncover valuable insights instantly. With MX-Stat's intuitive graphs, discover your standout months, best-performing products monthly, yearly, and even during specific seasons.
https://github.com/sixtusonyedibe/mx-stat
chartjs flask javasript nextjs python
Last synced: 2 months ago
JSON representation
MX-Stat is a data analysis app that empowers you to track and optimize your yearly performance. Input your data for the year with ease and uncover valuable insights instantly. With MX-Stat's intuitive graphs, discover your standout months, best-performing products monthly, yearly, and even during specific seasons.
- Host: GitHub
- URL: https://github.com/sixtusonyedibe/mx-stat
- Owner: SixtusOnyedibe
- Created: 2023-08-18T10:58:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T07:54:54.000Z (over 2 years ago)
- Last Synced: 2025-03-17T23:41:45.088Z (over 1 year ago)
- Topics: chartjs, flask, javasript, nextjs, python
- Language: JavaScript
- Homepage: https://mx-stat.vercel.app
- Size: 7.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MX STAT
MX-Stat is a data analysis app that empowers you to track and optimize your yearly performance. Input your data for the year with ease and uncover valuable insights instantly. With MX-Stat's intuitive graphs, discover your standout months, best-performing products monthly, yearly, and even during specific seasons.
## Libraries/Frameworks/Modules
This project uses:
- Nextjs
- Flask
### Python Flask Backend
- `cd backend`
- `pip install -r requirements.txt`
- `python run.py` or `python3 run.py`
### Running the React Frontend
- `cd frontend`
- `npm i`
- `npm start dev`