FarwaMuhibZada / space-travelers-hub

Build a Space Travelers' Hub that will allow users to book rockets, join selected space missions, and view their profile.
0 stars 0 forks source link

📚 project-folder-structure-setup (group task)(1h) #3

Closed FarwaMuhibZada closed 2 months ago

FarwaMuhibZada commented 2 months ago

create 4 folder on react app ( SRC folder ) :

  1. redux (this directory may contain reducer.js and action.js and redux store files)
  2. components (this directory contain rockets, mission, dragon, my profile components )
  3. pages ( this directory contain all pages)
  4. images( this directory contain icon images)