Salesforce, Lighting Web Components is a Framework to build custom UI components which you can be use in Salesforce Lightning Experience and Salesforce App Builder.
Build TODO app with with lighting web components. Here you will find detailed implementation of creating TODO app with Created and Delete functionality.
Project 2
Learn LWC by Creating Salesforce Recent Records fetcher component Clone.
Project 3
Create Lightning Web Component With Given Requirement
Show picklist with all standard and Custom Object
Show all fields of selected object
Show check box for each field
Show values of selected fields into Lighting Data table
Lighting data table with Row actions – Delete
Show Create New Record button which will allow to created new record for selected object.
Lightning Developer Must Know
Update values without reloading record page. Details : Create a LWC which is going to add/update record, use that component on record page, show updated value without reloading the page.
How to use intl-tel-input JavaScript plugin in lwc component salesforce.
How to get all picklist type fields and available options of each field in LWC using APEX ?
Passing fields Dynamically to lightning-checkbox-group
Create picklist with all Standard and Custom objects available on Salesforce Org.