Skip to content

Commit

Permalink
Merge pull request #90 from NashTech-Labs/feature/Project-structure
Browse files Browse the repository at this point in the history
Added Project structure
  • Loading branch information
ankit-mogha authored Feb 7, 2024
2 parents 2e2f490 + f4266bb commit c5c7cad
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 38 deletions.
6 changes: 6 additions & 0 deletions car-ui-react/data/routes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"/products*": "/444/",
"/featured_products*": "/444/",
"/orders*": "/660/",
"/users*": "/600/"
}
38 changes: 0 additions & 38 deletions car-ui-react/src/App.css
Original file line number Diff line number Diff line change
@@ -1,38 +0,0 @@
.App {
text-align: center;
}

.App-logo {
height: 40vmin;
pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}

.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}

.App-link {
color: #61dafb;
}

@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
Empty file.
Empty file.
Empty file.
Empty file added car-ui-react/src/hooks/.gitkeep
Empty file.
Empty file added car-ui-react/src/pages/.gitkeep
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit c5c7cad

Please sign in to comment.