Skip to content

joriscode/LocalCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

LocalCV

Page

  	<body>
		<input ...select a file... />
		<button>Save me</button>

		<div id="inputList">
	 		<ul id="listOfBlocks">
        ...blocks...
	 		</ul>
		</div>

		<div>
			<button>Add block</button>
		</div>

	</body>

Block

  <li>
    <button>Delete block</button>
    ...some fields...
    Add Field subblock
  </li>

Add Field subblock

  <div class=addfield>
    <button>Add field</button>
    <input ...for name of the field...>
    <input ...for value of the field...>
  </div>

Field

  <input ...> // name, value

About

Offline webapp to display CV possibilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages