This is a demo project that demonstrates how to implement image uploading functionality with SvelteKit.
The project includes a simple web form that allows users to upload images.
To get started, follow these steps:
git clone https://github.com/JouanDeag/image-uploading-sveltekit.git
cd image-uploading-sveltekit
Install the project dependencies:
npm install
Start the development server:
npm run dev
Install the project dependencies:
pnpm i
Start the development server:
pnpm dev
Install the project dependencies:
yarn
Start the development server:
yarn dev
The demo app includes the following features:
The demo app was built with the following technologies:
Contributions are welcome! To contribute, follow these steps:
git checkout -b my-feature-branch
git commit -am 'Add new feature'
git push origin my-feature-branch
This project is licensed under the MIT License. See the LICENSE
file for more information.