/OpeninApp

allowing users to upload files to Cloudinary using axios, with Cloudinary API integration (.csv file accessible)

Primary LanguageJavaScript

React Authentication and Cloudinary File Upload

This React.js application is a lightweight solution for user authentication using only the client-side storage (LocalStorage). Additionally, it allows users to upload files to Cloudinary seamlessly and saves Excel files locally with an intuitive mapping feature.

Features

Authentication with LocalStorage

1.Secure user authentication without the need for a backend server. User data is stored locally using LocalStorage for a hassle-free experience. Cloudinary File Upload

2.Easily upload files to Cloudinary directly from the client side. Seamless integration with Cloudinary API for efficient file storage and retrieval. Local Storage for Excel Files

3.Save Excel files locally using LocalStorage. Access and manage Excel files directly within the application for user convenience.
ONLY .CSV FILE ACCESSIBLE

Technologies Used

React.js: A powerful and efficient JavaScript library for building user interfaces. SCSS: Enhance the styling with the flexibility and power of SCSS (Sass).

Getting Started

1.Clone the repository: git clone [repository-url] 2. Install dependencies: npm install 3. Start the development server: npm run dev