https://github.com/muhammadranju/crazy-devs-job-task
Crazy Devs - Task
https://github.com/muhammadranju/crazy-devs-job-task
dashboard react react-components taildwindcss
Last synced: about 1 year ago
JSON representation
Crazy Devs - Task
- Host: GitHub
- URL: https://github.com/muhammadranju/crazy-devs-job-task
- Owner: muhammadranju
- Created: 2025-03-06T16:55:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T18:29:31.000Z (about 1 year ago)
- Last Synced: 2025-03-06T19:29:24.630Z (about 1 year ago)
- Topics: dashboard, react, react-components, taildwindcss
- Language: JavaScript
- Homepage: https://crazy-devs-job-task.netlify.app
- Size: 969 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Title: Crazy Devs - Task
### Task Instruction
- Make this one page using tailwind and react.
- No need responsive and no theme mode.
- I don't use Shadcn or any other UI library.
## Tech Stack
- React
- Tailwind CSS
- React Icons
- React Tooltip
## Folder Structure
```
src/
├── components/
│ ├── Sidebar/
│ │ ├── Sidebar.jsx
│ │ ├── SidebarHeader.jsx
│ │ ├── SidebarNav.jsx
│ ├── MainContent/
│ │ ├── MainContent.jsx
│ │ ├── InfoBanner.jsx
│ │ ├── FileUploadSection.jsx
│ │ ├── FileList.jsx
│ │ ├── ActionButtons.jsx
│ ├── Button/
│ │ ├── CustomButton.jsx
│ ├── FileTag/
│ │ ├── FileTag.jsx
│ ├── IconTextPair/
│ │ ├── IconTextPair.jsx
├── App.jsx
```
## Screenshots
