{"id":21626143,"url":"https://github.com/andrenormanlang/fullstack-candy-shop-solid-start","last_synced_at":"2025-03-18T20:21:53.017Z","repository":{"id":251111485,"uuid":"836425561","full_name":"andrenormanlang/fullstack-candy-shop-solid-start","owner":"andrenormanlang","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-16T07:20:58.000Z","size":1990,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T22:42:03.169Z","etag":null,"topics":["api-rest","clever-cloud","mysql","realtime-database","solid-js-framework","solid-start"],"latest_commit_sha":null,"homepage":"https://fullstack-candy-shop-solid-start.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrenormanlang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T20:26:54.000Z","updated_at":"2024-09-16T07:21:00.000Z","dependencies_parsed_at":"2024-08-01T00:30:28.174Z","dependency_job_id":"827a7900-d2cf-405d-82d3-1e28bde236a5","html_url":"https://github.com/andrenormanlang/fullstack-candy-shop-solid-start","commit_stats":null,"previous_names":["andrenormanlang/fullstack-candy-shop-solid-start"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrenormanlang%2Ffullstack-candy-shop-solid-start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrenormanlang%2Ffullstack-candy-shop-solid-start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrenormanlang%2Ffullstack-candy-shop-solid-start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrenormanlang%2Ffullstack-candy-shop-solid-start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrenormanlang","download_url":"https://codeload.github.com/andrenormanlang/fullstack-candy-shop-solid-start/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244297871,"owners_count":20430347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-rest","clever-cloud","mysql","realtime-database","solid-js-framework","solid-start"],"created_at":"2024-11-25T01:12:18.078Z","updated_at":"2025-03-18T20:21:52.994Z","avatar_url":"https://github.com/andrenormanlang.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🍭 Fullstack Candy Shop with SolidStart 🍬\n\nWelcome to the **Fullstack Candy Shop** project! This project is built using **SolidStart**, a JavaScript framework designed to build SolidJS apps and deploy them to a variety of providers.\n\n## 🌟 Features\n\n- 🛒 **Shopping Cart**: Add and manage your candy items.\n- 🌈 **Dark Mode**: Toggle between light and dark themes.\n- ⚛️ **SolidJS Components**: Efficient and reactive components.\n- 🚀 **Server-Side Rendering**: Fast initial load times.\n- 🎨 **Tailwind CSS**: Beautiful, responsive design.\n\n## 📂 Project Structure\n\nHere's a quick overview of the project's structure:\n\n```plaintext\nsrc/\n├── context/\n├── lib/\n├── routes/\n│   ├── api/\n│   ├── product/\n│   │   ├── [productId].tsx\n│   │   ├── about.tsx\n│   │   ├── cart.tsx\n│   │   ├── index.tsx\n├── styles/\n│   ├── _variables.scss\n│   ├── global.css\n│   ├── index.scss\n├── types/\n├── app.css\n├── app.tsx\n├── entry-client.tsx\n├── entry-server.tsx\nglobal.d.ts\n.editorconfig\n.env\n```\n\n## 🚀 Getting Started\n\nFollow these steps to get the project up and running on your local machine:\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v14 or above)\n- [npm](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/)\n\n### Installation\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/andrenormanlang/fullstack-candy-shop-solid-start.git\n   cd fullstack-candy-shop-solid-start\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Run the development server**:\n\n   ```bash\n   npm run dev\n   ```\n\n4. **Open your browser** and navigate to `http://localhost:3000`\n\n## 🎨 Styling\n\nThis project uses **SCSS** for styling. Make sure to compile your SCSS files to CSS using the following command:\n\n```bash\nnpm run build:css\n```\n\n## 🛠️ Commands\n\n- **Start Development Server**: `npm run dev`\n- **Build for Production**: `npm run build`\n- **Compile SCSS**: `npm run build:css`\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to submit a pull request or open an issue.\n\n## 📜 License\n\nThis project is licensed under the MIT License.\n\n## ✨ Acknowledgements\n\n- Thanks to the SolidJS and SolidStart teams for their amazing work!\n- Icons by [solid-icons](https://github.com/solid-icons)\n\n## 📬 Contact\n\nFeel free to reach out if you have any questions or suggestions!\n\nHappy Coding! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrenormanlang%2Ffullstack-candy-shop-solid-start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrenormanlang%2Ffullstack-candy-shop-solid-start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrenormanlang%2Ffullstack-candy-shop-solid-start/lists"}