Skip to content

m3yevn/ftp-seer-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FTP Seer Client πŸ”

by m3yevn

Frontend Web Client for exploring FTP directory built with SvelteJs + Sapper Framework ✨

⚑ Blazingly fast Universal Rendering

πŸ”₯ Bleeding-edge SvelteJs + Sapper magic

🎨 Minimalistic design with simple yet attractive styling


Tech Stack πŸ“š

  • SVELTE

  • Browser built-in Fetch API

Need to run FTP Seer Server as mentioned below first to make it work

Docker Pulls

$ docker pull m3yevn/ftp-seer-client:latest
$ docker run -d --name ftp-seer-client -p 5050:5050  m3yevn/ftp-seer-client:latest

Screenshots πŸ“Έ

  • Home page

  • Getting contents of file

  • Exploring directory of folder

  • About page

  • Contributors page

Check out this FTP Seer API server.

Project setup πŸ€–

npm install

Compiles and hot-reloads for development

npm run dev

MIT License