codeisscience/journal-policy-tracker-frontend

Restructure project directory

Closed this issue · 2 comments

We can restructure the current directory in the following way:


└── journal-policy-tracker-frontend/
    ├── .github/
         ├── issue/pr templates
         ├── GHA workflows
    ├── config/
         ├── website content
    ├── src/
         ├── components (separate files for each component, i.e dashboard, 
                  login/signup page, headers, etc. Shared components i.e buttons.)
         ├── pages
              ├──index.js page and 404 page
         ├── styles
              ├── global CSS file
     ├── static
              ├── folder containing favicons and readme images.
ikayz commented

@padmajabhol looks good. I presume this is part of what you'll do this week?