📚一个拥有 SVG 徽标的美丽图书馆。使用 Sveltekit 与 Tailwind CSS 构建。 https://svgl.app/
Go to file
2022-06-26 16:35:05 +01:00
data ⚒️ Fix category. 2022-06-23 17:21:38 +01:00
public 😍 New images. 2022-06-24 21:52:32 +01:00
src ⚒️ Add footer. 2022-06-26 16:35:05 +01:00
.eslintrc.json ⚒️ New improvements, design and components. 2022-06-20 16:58:05 +01:00
.gitignore ⚒️ Add PWA files. 2022-06-21 15:17:15 +01:00
LICENSE New design, new icons and license added 2022-02-18 17:19:05 +00:00
next-env.d.ts ⚒️ Preparate boilerplate v2 - Typescript + React 18. 2022-06-03 11:53:50 +01:00
next.config.js ⚒️ Add PWA config & meta tags. 2022-06-21 15:17:47 +01:00
package-lock.json ⚒️ Add react-hot-toast. 2022-06-24 13:31:57 +01:00
package.json ⚒️ Add react-hot-toast. 2022-06-24 13:31:57 +01:00
README.md ⚒️ Fix readme. 2022-06-24 21:52:41 +01:00
tsconfig.json ⚒️ Project structure. 2022-06-04 23:48:13 +01:00
vitest.config.ts ⚒️ Initial vitest config. 2022-06-23 17:20:49 +01:00

SVGL Banner

📦 Packages:

  • Nextjs - The React Framework for Production.
  • ⚒️ React 18 - A JavaScript library for building user interfaces.
  • 💙 Typescript - A superset of JavaScript.
  • Vitest - A blazing fast unit test framework.
  • 💅 Chakra UI - Create accessible React apps with speed.
  • 💥 Framer Motion - Production-ready motion library.
  • 💖 Phosphor-Icons - A flexible icon family for everyone.
  • ⬇️ Next-PWA - Zero config PWA plugin for Next.js, with workbox.

🚀 Getting started:

You need:

  1. Clone the repository:
git@github.com:pheralb/svgl.git
  1. Install dependencies:
npm install
# or
yarn install
  1. Run:
npm run dev
# or
yarn dev
  1. Test & Build:
npm run ready
# or
yarn ready

🥳 Open localhost:3000 with your browser to see the result.

🚂 Endpoints:

- /api/all: returns all the logos in the /data/ folder.
- /api/search?id=2: returns the logo with id 2.
- /api/search?name=logo: returns the logo with name logo.

⚒️ Shortcuts:

🔑 License: