DEV Community

Discussion on: What things you do for starting new project?

Collapse
 
manthanbhatt profile image
Manthan Bhatt

As of myself I do the following things for starting the project.

  • Create a new task in notion.so
  • Then I create different pages for noting down all my research points that is required for the development for example - type of design, project structure, project feature lists etc.
  • Once I'm ready for the basic feature that are required in the development I create project and milestone in the GitHub for tracking the development process and keeping track of the project with deadline.
  • Now I create small tasks in the milestone which I need to do for phase one development.
  • Then I just develop, test and deploy the task as they get completed.