Skip to content

Stepashka20/image-hosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼 Image Hosting

This project is an image hosting application built using React and Vite

Getting Started

  1. Clone the repository to your local machine
git clone https://github.com/Stepashka20/image-hosting
  1. Navigate to the project directory
cd image-hosting
  1. Install the dependencies (i used pnpm)
pnpm install
  1. Run the development server using Vite
pnpm dev

Backend

This project uses a separate backend for handling server-side functionality. The backend is built using Golang and Gin.

The code for the backend can be found in the following repository:

Features

  • Image uploading and hosting
  • Uploading under 10 images in one time
  • All uploaded images (at 1 time) are available via 1 link in the form of an image gallery
  • View images as in photo gallery
  • Copy direct link to photos
  • Copy image to clipboard

Built With

  • React - JavaScript library for building user interfaces
  • Vite - A development server that enables fast development
  • Pnpm - Package manager for Node.js

Screenshots

image image
image image

License

This project is licensed under the MIT License