I need guidelines on how to plan and start a project from start to finish, for example, if I want to build, say, a calculator app with React, what logic do I need or the things I need to bring the project to life.
Hi @azongo
There are lots of articles, blogs and guides on how to start a project.
Did you read any?
In a nutshell, start by defining what you want to achieve. Identify the resources you need or skill gaps to fill. Break down each part of the project into smaller sections. Then each smaller section into even smaller parts. When you cannot get any smaller, start writing code for each section.
Also document what you want to achieve from the project, the technology you used (include percentages of each type of code), your frustrations, and how you overcame them, and what you learnt. You can include this info on your portfolio.
Here is an article you may find helpful.
For a React calculator, look at the various ways others have implemented the functionality. Try and do something a little different.
Happy coding
I love this… thanks soooo munch