A reasonable and unmistakable target. A rundown of User Stories which ought to be executed (these accounts act more as a rule than a constrained rundown of To-Do’s. Don’t hesitate to add your own highlights on the off chance that you need)
A rundown of extra highlights that improve the base venture as well as your abilities simultaneously. All the assets and connections to help you find what you need to finish the undertaking

1. Notes App:
Make and store your notes for a later reason!
I) Client Stories
II) Client can make a note
III) Client can alter a note
IV) Client can erase a note
When shutting the program window the notes will be put away and when the User restores, the information will be recovered.
Clients can make and alter a note in Markdown design. On save it will change Markdown over to HTML.Client can see the date when he made the note.
2. FlipImage:
It’s significant for Web Developers to comprehend the nuts and bolts of controlling pictures since rich web applications depend on pictures to enhance the UI and client experience (UI/UX).
FlipImage investigates one part of picture control — picture revolution. This application shows a square board containing a solitary picture introduced in a 2×2 network. Utilizing a bunch of up, down, left, and right bolts nearby every one of the pictures the client may flip them vertically or on a level plane.
You should just utilize local HTML, CSS, and Javascript to execute this application. Picture bundles and libraries are not permitted.
4. Roman Numeral to Decimal numbers Converter:
The numeric framework addressed by Roman numerals began in old Rome and stayed the typical method of composing numbers all through Europe well into the Late Middle Ages. Roman numerals, as utilized today, utilize seven images, each with a fixed number worth.
5. String Art:
The purpose of String Art is to provide the developer with practice creating a simple animated graphic, using geometry in the animation algorithm, and creating something that’s visually pleasant to watch.
String Art draws a single multicolored line which smoothly moves until one end touches a side of the enclosing window. At that point, a “bounce” effect is applied to change its direction.
A ripple effect is created by only retaining 10–20 images of the line as it moves. Older images are progressively faded until they disappear.
Animation libraries are not allowed. Use only Vanilla HTML/CSS/JavaScript.