Folders and Files Organizers
Description:
- There are two applications- Folder-Wizard and Folder-File-Creator.
- Folder-File-Creator:
- This is a web component which allows user to create folders and file.
- Upon selection of folder and file, different details will be asked to fill and after that folder or file will create successfully.
- Folder-Wizard:
- This is application will show all created folders and files.
- User can login and signup on this application.
- Using this application, user can use folder-file-creator web-component to create folders and files.
- Application display created folders and files in tabular form.
- Existing username- kritikasingh@gmail.com and Password- 12345678
- For backend of this application Json-Server is used.
- Git Url-https://github.com/kritika-singh-sengar/folders-files-organizer
Technologies Used:
- Svelte v3.57.0
- ag-grid-community v29.3.5,
- ag-grid-svelte v0.2.0,
- bootstrap v5.2.3,
- svelte-routing v1.8.9
- node.js
- json-server
Project Setup:
- Clone project : git clone https://github.com/kritika-singh-sengar/folders-files-organizer.git
- On terminal run following commands:
- For json server:
- npm install -g json-server
- cd db
- json-server --watch db.json
- For Folder-file-creator:
- cd folder-file-creator
- npm install
- npm run dev
- For Folder-wizard:
- cd folder-wizard
- npm install
- npm run dev
Deployment:
- Json-server is used as backend application. It is not deployed on any site.
So make sure to run json-server locally before running any application.
2. Folder-File-Creator:
Images:
Login Screen:
After Login:
Create Folders and Files:
After Folder Creation:
Random Url: