koalalu007 / resume-maker

resume maker
https://koalalu007.github.io/resume-maker/
9 stars 25 forks source link

Feature : Proper Folder Structure Needed. #21

Closed GautamTirumala closed 2 weeks ago

GautamTirumala commented 1 year ago

As we are not using any libraries such as React.js, Every new template will have its own HTML, CSS and JS files, And also it will have a unique URL. To address this we should have a discussion on how the folder structure should look like.

I suggest the below structure :

├── index.html ├── index.css ├── index.js

This index files will contain pictures of templates, from which user can select which template he/she.

├── Readme.md

All the templates should be separated in a different folder.

├── Templates │ ├── Template-1 │ │ ├── template-1.html │ │ ├── template-1.css │ │ ├── template-1.js

│ ├── Template-2 │ │ ├── template-2.html │ │ ├── template-2.css │ │ ├── template-2.js . . . . ....

tanu-chahal commented 1 year ago

@GautamTirumala Your idea is really good, it's needed if we want more templates. Are you working on creating a folder structure?

GautamTirumala commented 1 year ago

@tanu-chahal currently I am not working on this, I want to first discuss with the maintainers and then come up with solution.

koalalu007 commented 1 year ago

@GautamTirumala you can do this , make another branch for this!

GautamTirumala commented 1 year ago

I have started working on this.