https://github.com/fullstackondemand/react-hexleap
Hexleap Frontend Assignment
https://github.com/fullstackondemand/react-hexleap
folder-structure swiperjs tailwindcss theme-switcher vite-react-typescript
Last synced: over 1 year ago
JSON representation
Hexleap Frontend Assignment
- Host: GitHub
- URL: https://github.com/fullstackondemand/react-hexleap
- Owner: fullstackondemand
- Created: 2024-03-30T05:43:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T06:57:51.000Z (about 2 years ago)
- Last Synced: 2025-01-08T20:18:10.308Z (over 1 year ago)
- Topics: folder-structure, swiperjs, tailwindcss, theme-switcher, vite-react-typescript
- Language: TypeScript
- Homepage: https://react-hexleap.pages.dev
- Size: 3.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Hexleap
### Folder Structure
```code
├── public
│ ├── asstes # Static assets (js, css, fonts, images, video )
│ └── react.svg # Default favicon
├── src
│ ├── pages # Page components
│ ├── features # Features components
│ ├── shared # Shared components (it's use multiple feature components)
│ ├── lib # Library components (it's use multiple shared components)
│ ├── scss # Style Files (scss and css)
│ └── App.tsx # App component
└── README.md
```