This is a simple web app prototype that converts user-uploaded JSON file into a CSV format. I intended this to be a method of tranforming calendar data and plan to play with adding analytics on the backend to output interesting details about calendar information entered, like how long spent in meetings. It features a React frontend and a Python backend.
-
Upload a
.jsonfile up to 500KB. -
Convert the file to a downloadable
.csvfile. -
Simple, clean user interface.
-
Frontend: React, Vite, Tailwind CSS
-
Backend: Python (Flask/FastAPI)
-
Package Manager: npm
-
Clone the repository:
git clone https://github.com/jcutmck/cal_time-alyzer.git
-
Start the backend: TBD - Work in Progress
-
Start the frontend: TBD - Work in Progress