Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustavomorinaga/copyscotch

🛸 A SvelteKit implementation of Hoppscotch.
https://github.com/gustavomorinaga/copyscotch

api developer-tools gustavomorinaga http pwa rest shadcn-svelte spa sveltekit tailwindcss typescript

Last synced: 4 months ago
JSON representation

🛸 A SvelteKit implementation of Hoppscotch.

Awesome Lists containing this project

README

        

# Copyscotch

🛸 A SvelteKit implementation of Hoppscotch.



License MIT


Made with SvelteKit


Made with TypeScript


Made with Tailwind

> 🚧 This project is still under development.

## 🌎 Translations

[English](./static/docs/translations/README.en.md)
[Português Brasileiro](./static/docs/translations/README.pt.md)

## Introduction

This project is a implementation of [Hoppscotch](https://hoppscotch.com/) in SvelteKit.

Hoppscotch is an open-source API request builder. It helps you create your requests faster, saving you precious time on your development.

> This project is not intended to be an alternative to Hoppscotch, but rather a way to learn how to use SvelteKit and its ecosystem.

## Tech Stack

| Tool/Service | Category | Description |
| ----------------------------------------------- | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| [vite](https://vitejs.dev/) | Build Tools | A build tool that provides a faster development experience for modern web projects. |
| [cssnano](https://cssnano.co/) | CSS | A modular minifier, built on top of the PostCSS ecosystem. |
| [postcss](https://postcss.org) | CSS | A tool for transforming CSS with JavaScript. |
| [tailwindcss](https://tailwindcss.com/) | CSS | A utility-first CSS framework. |
| [superforms](https://superforms.rocks/) | Form Validation | A SvelteKit library that gives you a comprehensive solution for server and client validation, and client-side display of forms. |
| [eslint](https://eslint.org/) | JavaScript/TypeScript Tools | A tool for identifying and reporting on patterns in ECMAScript/JavaScript code. |
| [prettier](https://prettier.io/) | JavaScript/TypeScript Tools | An opinionated code formatter. |
| [typescript](https://www.typescriptlang.org/) | JavaScript/TypeScript Tools | A typed superset of JavaScript that compiles to plain JavaScript. |
| [shadcn-svelte](https://www.shadcn-svelte.com/) | UI Components | Accessible and customizable components that you can copy and paste into your apps. |
| [sveltekit](https://kit.svelte.dev/) | Web Frameworks | A framework for building high-performance web apps. |

## 📜 License

This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) page for details.


❤️ Thanks for your attention!