Skip to content

jcdevhit/cal_time-alyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON to CSV Converter

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.

Features

  • Upload a .json file up to 500KB.

  • Convert the file to a downloadable .csv file.

  • Simple, clean user interface.

Tech Stack

  • Frontend: React, Vite, Tailwind CSS

  • Backend: Python (Flask/FastAPI)

  • Package Manager: npm

How to Run Locally

  1. Clone the repository:

    git clone https://github.com/jcutmck/cal_time-alyzer.git
  2. Start the backend: TBD - Work in Progress

  3. Start the frontend: TBD - Work in Progress

About

Create CSV and analytics from calendar events exported as a JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors