An open API service indexing awesome lists of open source software.

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

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
```