Giter VIP home page Giter VIP logo

growpal-web's Introduction

GrowPal-Web

About

This is a website written with the Svelte Framework. This is known to be the most fun to use web framework currently existing in the world of web frameworks.

Growpal is an ecommerce app made specifically for apartment and villa societies. You might have seen sellers in your society selling home made food, baked cakes, jewellery, clothes etc. The way they market now is just through annoying and spammy WhatsApp forwards. This is not ideal and this project aims to solve that by building a custom made area specific ecommerce app for these sellers.

Developing

  1. Make sure you have nodejs installed on your system.
  2. Clone this repository
  3. cd into the cloned directory: cd MUNSocWebsite
  4. Run npm install to install all the needed dependencies
  5. Run yarn run dev to localhost the website
  6. You can find the website at http://localhost:5173

Folder Structure

Most of of your development will be in the src folder. It looks like this:

src
├── app.css
├── app.html
├── index.test.js
├── lib
│   └── store.js
└── routes
    ├── +layout.svelte
    ├── +page.js
    ├── +page.svelte
    ├── about
    │   └── +page.svelte
    └── sell
        └── +page.svelte

5 directories, 9 files

Every folder inside the /routes folder is a route on the web application. This is similar to frameworks like Next.JS. Every route has a +page.svelte file inside them which contains the web page contents for that particular route. Please aproach the maintainer or look up documentation for any kind of clarifications.

Tech Used

The technologies used are

  1. Svelte | docs | tutorial
  2. Sveltekit | docs
  3. Vite | docs
  4. Tailwind CSS | docs

The website is server-side-rendered using sveltekit and hosted on vercel

Maintainer

Anurag Rao @anuragrao04

email: [email protected] phone number: +91 9663006833

growpal-web's People

Contributors

anuragrao04 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.