diff --git a/README.md b/README.md new file mode 100644 index 0000000..42c9e82 --- /dev/null +++ b/README.md @@ -0,0 +1,57 @@ +# Data Depot Frontend + +## Overview + +Data Depot is a web application designed to facilitate data preparation for deal-making using the Filecoin Virtual Machine (FVM). The application allows users to upload files, generate Content Addressable Representations (CARs), and manage their data efficiently. + +## Features + +- User authentication and authorization +- File upload functionality with progress tracking +- Dashboard for managing uploaded files +- Responsive design for various devices +- Disclaimer bar for important notices + +## Technologies Used + +- **Frontend**: React, TypeScript, Vite +- **Styling**: SASS, Material-UI +- **Routing**: React Router +- **State Management**: React Hooks +- **API Calls**: Axios + +## Installation + +To get started with the Data Depot frontend, follow these steps: + +1. Clone the repository: + ```bash + git clone https://github.com/yourusername/data-depot-frontend.git + cd data-depot-frontend + ``` + +2. Install the dependencies: + ```bash + npm install + ``` + +3. Start the development server: + ```bash + npm run dev + ``` + +4. Open your browser and navigate to [http://localhost:3000](http://localhost:3000) (or the port specified in your terminal). + +## Project Structure + +The project structure is organized as follows: + +- **App.tsx**: Main application component. +- **Components/**: Reusable components used throughout the application. +- **Containers/**: Components that manage state and logic. +- **Pages/**: Different pages of the application. +- **Utils/**: Utility functions and services. +- **styles/**: Global styles and SASS files. + +--- + diff --git a/src/App.tsx b/src/App.tsx index 25e263d..e53f36c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,7 +8,6 @@ import { DisclaimerBar } from "./Containers"; function App() { return (
Arpit_B
*/}{
logout()
@@ -33,7 +32,6 @@ function LoginHeader() {
Total Files Uploaded
{statData?.totalFiles}
- - {/*Active Percentage
-- {statData?.activePercentage} - % -
-Please Note: The Data Depot service has been depreciated. For more info, reach out to us on our Telegram group.
-