Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavomorinaga/nostra
🛍 An ecommerce made with MedusaJS, SvelteKit and TailwindCSS
https://github.com/gustavomorinaga/nostra
ecommerce gustavomorinaga medusajs postcss shadcn-svelte sveltekit tailwindcss
Last synced: 18 days ago
JSON representation
🛍 An ecommerce made with MedusaJS, SvelteKit and TailwindCSS
- Host: GitHub
- URL: https://github.com/gustavomorinaga/nostra
- Owner: gustavomorinaga
- License: mit
- Created: 2023-11-13T02:02:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T20:34:12.000Z (about 1 year ago)
- Last Synced: 2024-12-07T06:41:54.677Z (20 days ago)
- Topics: ecommerce, gustavomorinaga, medusajs, postcss, shadcn-svelte, sveltekit, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 47.8 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nostra
🛍️ An e-commerce web app built with Medusa, SvelteKit and TailwindCSS.
> 🚧 This project is still under development.
## Introduction
**Nostra** is an e-commerce web app built with Medusa, SvelteKit and TailwindCSS. It is a project that I am working on to learn more about Medusa and SvelteKit.
## Tech Stack
### Root
### Development Tools
| Tool/Service | Category | Description |
| -------------------------------------- | --------------- | -------------------------------------------------------------------------------- |
| [Turborepo](https://turbo.build/repo/) | Build System | A tool for managing multiple repositories. Used for managing the monorepo. |
| [Yarn](https://yarnpkg.com/) | Package Manager | A package manager for JavaScript. Used for installing and managing dependencies. |### Apps
#### API
The API is built with [Medusa](https://medusajs.com/), an open-source headless commerce engine. Contains the Store API and the Admin API.
#### Web
| Tool/Service | Category | Description |
| ----------------------------------------------- | --------------------------- | ---------------------------------------------------------------------------------------------------- |
| [Vite](https://vitejs.dev/) | Build Tools | A build tool that provides a faster development experience for modern web projects. |
| [PostCSS](https://postcss.org) | CSS | A tool for transforming CSS with JavaScript. |
| [Tailwind CSS](https://tailwindcss.com/) | CSS | A utility-first CSS framework. |
| [Zod](https://zod.dev/) | Data Validation | A TypeScript-first schema declaration and validation library. |
| [Medusa](https://medusajs.com/) | E-commerce | An open-source headless commerce engine. |
| [Superforms](https://superforms.rocks/) | Form Handling | A SvelteKit library for form handling. |
| [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. |
| [Playwright](https://playwright.dev/) | Testing | A Node.js library to automate Chromium, Firefox, and WebKit browsers. |
| [Vitest](https://vitest.dev/) | Testing | A test runner for Vite. |
| [Iconify](https://iconify.design/) | UI Components | A modern open source icon framework. |
| [shadcn-svelte](https://www.shadcn-svelte.com/) | UI Components | Accessible and customizable components that you can copy and paste into your apps. |
| [Swiper](https://swiperjs.com/) | UI Components | A modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. |
| [SvelteKit](https://kit.svelte.dev/) | Web Frameworks | A framework for building high-performance web apps. |
| [Supabase](https://supabase.io/) | Web Services | An open source Firebase alternative. |## 📜 License
This website was not created to be a template or theme, but for my own use. Feel free to take whatever piece of code or inspiration from it that you want, but it was not written with the intention of being cloned and deployed. Thanks!
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) page for details.
❤️ Thanks for your attention!