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

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

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

![Screenshot 1](/public/images/Screenshot.jpeg)