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.
2. JS-framework Template
This project is very similar to HTML Template, but it is more advanced and needs knowledge of JavaScript. If you are able to create apps with one of these Frameworks/Libraries: React, Vue.js, Angular or Svelte, you are good to go!
π
Ideas for your JS-framework Template:
- Admin panel,
- E-commerce site,
- Blog,
- Ordering App
3. HTML Email Template
Creating an Email template is a pretty fast and straightforward way to add a good project to your Portfolio and make money from it.
WordPress is such a popular CMS that creating plugins for it, became a great way to make money for developers. They are needed for adding custom features and additional functionality to the websites.
π
So, if you have a knowledge of PHP, CSS, HTML, and JavaScript, you can build your own plugin and make 20-30$ per purchase.
5. Website/App for a small Business
Thatβs a very interesting way to add a solid project to your Portfolio which will show that:
- You can solve real problems with your code.
- You can work with clients.
- You understand the whole process of project creation.
π
Businesses that you can offer Website or App creation:
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.