https://github.com/abhishek72340/openinapp
allowing users to upload files to Cloudinary using axios, with Cloudinary API integration (.csv file accessible)
https://github.com/abhishek72340/openinapp
authentication cloudinary reactjs sass-framework
Last synced: 5 months ago
JSON representation
allowing users to upload files to Cloudinary using axios, with Cloudinary API integration (.csv file accessible)
- Host: GitHub
- URL: https://github.com/abhishek72340/openinapp
- Owner: abhishek72340
- Created: 2024-01-25T07:44:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T09:58:21.000Z (over 2 years ago)
- Last Synced: 2025-07-17T16:56:42.649Z (11 months ago)
- Topics: authentication, cloudinary, reactjs, sass-framework
- Language: JavaScript
- Homepage: https://openin-app-git-master-abhishek-singh-ranas-projects.vercel.app/
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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