Skip to content

Conversation

@padmajabhol
Copy link
Member

Pull Request Template

Restructure project directory


└── 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.

Fixes #162

@padmajabhol padmajabhol changed the title initial commit Restructure project directory Jun 14, 2022
Copy link
Contributor

@ikayz ikayz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything is working

@ikayz ikayz merged commit 6db047d into codeisscience:development Jun 19, 2022
@padmajabhol padmajabhol deleted the refactor-directories branch June 20, 2022 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Restructure project directory

2 participants