Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-27T09:58:21.000Z (about 1 year ago)
- Last Synced: 2024-12-19T00:41:12.316Z (about 1 month 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 LocalStorage1.Secure user authentication without the need for a backend server.
User data is stored locally using LocalStorage for a hassle-free experience.
Cloudinary File Upload2.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 Files3.Save Excel files locally using LocalStorage.
Access and manage Excel files directly within the application for user convenience.
ONLY .CSV FILE ACCESSIBLETechnologies 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