Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dividing components #13

Open
InassTubail opened this issue Jul 25, 2018 · 0 comments
Open

dividing components #13

InassTubail opened this issue Jul 25, 2018 · 0 comments
Assignees

Comments

@InassTubail
Copy link
Contributor

*dividing components 👍

  • client
    • public
      | | - index.html
      |
    • src
      • index.js
      • App.jsx
      • App.css
        |
      • components
        | |
        | - button
        | | - button.jsx
        | | - button.css
        | - input
        | | - input.jsx
        | | - input.css
        | - header
        | | - header.jsx
        | | - header.css
        | - sidenav
        | | - sidenav.jsx
        | | - sidenav.css
        | - table
        | | - table.jsx
        | | - table.css
        -pages
        | |
        | - flights
        | | - flights.jsx
        | | - flights.css
        | - login
        | | - login.jsx
        | | - login.css

and desigining log in page that contain : input and button components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants