- Drag and drop or click to upload image
- Supports multiple types: jpeg, png, gif
- Upload instantly, no need to create an account
Start developing loally
git clone https://github.com/heytulsiprasad/persona.git
The project only needs client
folder as of now, so you don't need server dependencies yet.
Everything outside the client
folder is just boilerplate.
cd client
npm install
npm run start
You can run npm run dev
after the first time (as we need to create the tailwind.generated.css
file on first run)
We are using .env
file inside our react project, so for it to detect we need to append our key name with REACT_APP
.
- Create a file named
.env
in client folder - Register your application on Imgur
- Select Anonymous usage without user authentication under Authorization Type
- Fill other basic details as asked and hit submit
- Copy your
Client ID
- Paste it inplace of value
REACT_APP_IMGUR_CLIENT_ID=value
- User authentication so that user can upload images to their Imgur Account
- Creating dashboard for user to see all previously uploaded images
- [May or may not] Small video upload
Made with ❤️ and Javascript