5 ways to Make Money by building projects for your Web Developer Portfolio! π°π°π°
π Follow Thread π§΅
1. HTML Website Template
For creating HTML Template, you need to know only HTML, CSS, and a little bit of JavaScript. However, it can easily help you stand out from the crowd if you include such a project in your Portfolio!
π
You can charge 10-20$ for a simple landing page with a good design. If you are not a designer, just find somebody who will help you with it for some commission on the sales
Ideas for your HTML Website Template:
- Landing page.
- Multi-Purpose Template.
- Coming Soon page.
Using map(), we can iterate through all items in an array, taking actions on each one. The result of this operation is provided as a new array.
2. array.filter()
Using filter(), we can iterate through all items in an array and filter them depending on conditions inside a method. The result of this operation is provided as a new array.