This is a single page webpage application which allows you to convert multiple files to a zip file and share them via gmail, via a generated link or you can even save it on drive. Or you can upload any file and share that file via gmail, via generaed link or can save to drive.
- 1. Reactjs
- 2. tailwindCSS
- 1. Nodejs
- 2. Expressjs
- 3. Adm-Zip library
- 4. Axios
- 5. Archiver library
- Replacing the Adm-Zip library with my own algorithms. The user must select an option from multiple algorithms for file zipping ( Will be implementing 5 algorithms for this ).
- Stasticising the degree of compression, the final compressed size, the compression percentage. Compare these factors for all the algorithms.
- Feature to download the zipped file
- Feature to create a sharable link ( one-time use link ) from where the zipped file can be downoaded
- Supprting extraction of multiple files ( currently supports compression of just a single file )
- New algorithms for compression multimedia files like - videos, images, audio files.
- Feature to connect to Google drive and directly upload on the drive
- Implmenting threading