Coder Social home page Coder Social logo

chec / commercejs-nextjs-demo-store Goto Github PK

View Code? Open in Web Editor NEW
1.1K 16.0 204.0 28.71 MB

Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.

Home Page: https://commercejs-demo-store.netlify.app/

License: BSD 3-Clause "New" or "Revised" License

JavaScript 80.25% Shell 0.28% SCSS 19.47%
headless nextjs netlify commercejs chec ecommerce open-source one-click-deploy serverless jamstack

commercejs-nextjs-demo-store's People

Contributors

aman-zishan avatar botex98 avatar danimart1991 avatar dependabot[bot] avatar drobiu avatar eufandem avatar jaepass avatar jeffresc avatar john-raymon avatar kvisca avatar ltfschoen avatar ng29 avatar paitoanderson avatar robbieaverill avatar scopeynz avatar slavakurilyak avatar st46593 avatar trishitapingolia avatar yashs911 avatar zb2oby avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

commercejs-nextjs-demo-store's Issues

Add About page

Commerce.js example storefront

This is an open source storefront built using Chec’s headless architecture and the Commerce.js SDK. Commerce.js is a smarter, more efficient way to build eCommerce projects, and we hope you can see that as you explore the world custom eCommerce and build on top of, or pick apart this project. Everything in this project, from the storefront, to the cart, checkout and receipt, is 100% customizable. To build more custom eCommerce projects, using any frontend framework or platform, head over to commercejs.com.

Netlify onboarding plugin not working

  • Added onboarding plugin to Netlify config, tested and worked fine
  • Somehow regressed and now onboarding screen does not show extra template.environment property to input env var

Seeding is incomplete

Steps to reproduce:

  1. Set CHEC_PUBLIC_KEY and CHEC_SECRET_KEY to your own keys in .env
  2. Run yarn seed

It should run successfully and output something like this:

√ Completed seeding
Added:
  3 categories
  9 products
  27 assets
Done in 70.70s.
  1. Run yarn dev

Actual behavior: no products are visible in the store.
Expected behavior: 9 products should be visible in the store.

image

Add GitHub action to run some automated checks

Example of some checks that we can run:

  • Linting (we'll need to add a linter and lint the project first)
  • yarn deploy - this is what Netlify/Vercel run to deploy the project

We often have pull requests merged that break the one-click deployment pipelines, but we don't discover this until that happens and somebody reports it (#136). This could be avoided by adding continuous integration checks for the deployment command, which is essentially the same locally as it is in the hosting provider.

Linting is a nice to have - the deployment command is the higher value addition for now.

Show Shipping method validation error to customer

If a shipping method is not selected at the checkout the customer should be made aware of what they need to do to complete the checkout.

Proposed solutions:

  • Notification bar stating "Please select a shipping method to complete your order"
  • Highlight the Shipping Method field in red

Reviews error

Clicking on View all Reviews --> Takes to a page "An expected error has occurred."

Bug/Adding second product triggers error

error:

{"error":{"type":"not_found","message":"This product doesn't have this variant option."},"status_code":404}

To reproduce:

  • go into a product detail page from the collection page, select a product and add a variant to cart (item is updated in cart)
  • go back to collection page and select another product to add to cart (item is updated in cart)
  • scroll down from current product detail page to a product card under suggested product and add that product to cart (item is not added to cart and triggers an error because previous initial state is not there)

Reason:

yarn build failed on netlify

After verifying that the demo store functions fine on http://localhost:3000, I followed the instructions in the README to deploy to Netlify, but it failed. Here is the log:

5:07:16 PM: Build ready to start
5:07:18 PM: build-image version: b0258b965567defc4a2d7e2f2dec2e00c8f73ad6
5:07:18 PM: build-image tag: v3.4.1
5:07:18 PM: buildbot version: 19f1164460e8d8241255cf2a71abc5e0e454118e
5:07:18 PM: Fetching cached dependencies
5:07:18 PM: Failed to fetch cache, continuing with build
5:07:18 PM: Starting to prepare the repo for build
5:07:19 PM: No cached dependencies found. Cloning fresh repo
5:07:19 PM: git clone https://github.com/ocmyusa/store
5:07:20 PM: Preparing Git Reference refs/heads/main
5:07:21 PM: Starting build script
5:07:21 PM: Installing dependencies
5:07:21 PM: Python version set to 2.7
5:07:23 PM: v12.18.0 is already installed.
5:07:23 PM: Now using node v12.18.0 (npm v6.14.4)
5:07:23 PM: Started restoring cached build plugins
5:07:23 PM: Finished restoring cached build plugins
5:07:24 PM: Attempting ruby version 2.7.1, read from environment
5:07:25 PM: Using ruby version 2.7.1
5:07:26 PM: Using PHP version 5.6
5:07:26 PM: 5.2 is already installed.
5:07:26 PM: Using Swift version 5.2
5:07:26 PM: Started restoring cached node modules
5:07:26 PM: Finished restoring cached node modules
5:07:26 PM: Installing NPM modules using NPM version 6.14.4
5:07:30 PM: npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
5:07:34 PM: npm WARN deprecated [email protected]: this library is no longer supported
5:07:38 PM: npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
5:07:39 PM: npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
5:07:41 PM: npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
5:07:41 PM: npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
5:07:42 PM: npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
5:08:08 PM: > [email protected] install /opt/build/repo/node_modules/node-sass
5:08:08 PM: > node scripts/install.js
5:08:08 PM: Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/linux-x64-72_binding.node
5:08:09 PM: Download complete
5:08:09 PM: Binary saved to /opt/build/repo/node_modules/node-sass/vendor/linux-x64-72/binding.node
5:08:09 PM: Caching binary to /opt/buildhome/.npm/node-sass/4.14.1/linux-x64-72_binding.node
5:08:09 PM: > [email protected] postinstall /opt/build/repo/node_modules/core-js
5:08:09 PM: > node -e "try{require('./postinstall')}catch(e){}"
5:08:09 PM: > [email protected] postinstall /opt/build/repo/node_modules/core-js-pure
5:08:09 PM: > node -e "try{require('./postinstall')}catch(e){}"
5:08:10 PM: > [email protected] postinstall /opt/build/repo/node_modules/node-sass
5:08:10 PM: > node scripts/build.js
5:08:10 PM: Binary found at /opt/build/repo/node_modules/node-sass/vendor/linux-x64-72/binding.node
5:08:10 PM: Testing binary
5:08:10 PM: Binary is fine
5:08:10 PM: > [email protected] postinstall /opt/build/repo/node_modules/swiper
5:08:10 PM: > echo "Love Swiper? Support Vladimir's work by donating or pledging on patreon: > https://patreon.com/vladimirkharlampidi
5:08:10 PM: "
5:08:10 PM: Love Swiper? Support Vladimir's work by donating or pledging on patreon: > https://patreon.com/vladimirkharlampidi
5:08:12 PM: npm notice created a lockfile as package-lock.json. You should commit this file.
5:08:12 PM: npm WARN notsup Unsupported engine for [email protected]: wanted: {"npm":"^3.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
5:08:12 PM: npm WARN notsup Not compatible with your version of node/npm: [email protected]
5:08:12 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
5:08:12 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
5:08:12 PM: npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"<8.10.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
5:08:12 PM: npm WARN notsup Not compatible with your version of node/npm: [email protected]
5:08:12 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/watchpack-chokidar2/node_modules/chokidar/node_modules/fsevents):
5:08:12 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
5:08:12 PM: npm WARN [email protected] requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
5:08:12 PM: npm WARN [email protected] No repository field.
5:08:12 PM: added 1533 packages from 536 contributors and audited 1536 packages in 44.814s
5:08:13 PM: 63 packages are looking for funding
5:08:13 PM:   run `npm fund` for details
5:08:13 PM: found 4 vulnerabilities (2 low, 2 high)
5:08:13 PM:   run `npm audit fix` to fix them, or `npm audit` for details
5:08:13 PM: NPM modules installed
5:08:13 PM: Started restoring cached go cache
5:08:13 PM: Finished restoring cached go cache
5:08:13 PM: go version go1.14.4 linux/amd64
5:08:13 PM: go version go1.14.4 linux/amd64
5:08:13 PM: Installing missing commands
5:08:13 PM: Verify run directory
5:08:15 PM: ​
5:08:15 PM: ┌─────────────────────────────┐
5:08:15 PM: │        Netlify Build        │
5:08:15 PM: └─────────────────────────────┘
5:08:15 PM: ​
5:08:15 PM: ❯ Version
5:08:15 PM:   @netlify/build 5.1.0
5:08:15 PM: ​
5:08:15 PM: ❯ Flags
5:08:15 PM:   deployId: 5f9caab436a6754286d1116f
5:08:15 PM:   mode: buildbot
5:08:15 PM: ​
5:08:15 PM: ❯ Current directory
5:08:15 PM:   /opt/build/repo
5:08:15 PM: ​
5:08:15 PM: ❯ Config file
5:08:15 PM:   /opt/build/repo/netlify.toml
5:08:15 PM: ​
5:08:15 PM: ❯ Context
5:08:15 PM:   production
5:08:15 PM: ​
5:08:15 PM: ❯ Loading plugins
5:08:15 PM:    - [email protected] from netlify.toml and package.json
5:08:15 PM: ​
5:08:15 PM: ┌──────────────────────────────────────────────────────┐
5:08:15 PM: │ 1. onPreBuild command from netlify-plugin-onboarding │
5:08:15 PM: └──────────────────────────────────────────────────────┘
5:08:15 PM: ​
5:08:15 PM: Cloning into '/opt/build/repo/node_modules/netlify-plugin-onboarding/template'...
5:08:26 PM: > [email protected] postinstall /opt/build/repo/node_modules/netlify-plugin-onboarding/template/node_modules/core-js
5:08:26 PM: > node -e "try{require('./postinstall')}catch(e){}"
5:08:27 PM: > [email protected] postinstall /opt/build/repo/node_modules/netlify-plugin-onboarding/template/node_modules/ejs
5:08:27 PM: > node ./postinstall.js
5:08:27 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/chokidar/node_modules/fsevents):
5:08:27 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
5:08:27 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
5:08:27 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
5:08:27 PM: added 528 packages from 405 contributors and audited 533 packages in 10.866s
5:08:27 PM: 6 packages are looking for funding
5:08:27 PM:   run `npm fund` for details
5:08:27 PM: found 9 vulnerabilities (7 low, 2 high)
5:08:27 PM:   run `npm audit fix` to fix them, or `npm audit` for details
5:08:28 PM: > [email protected] build /opt/build/repo/node_modules/netlify-plugin-onboarding/template
5:08:28 PM: > eleventy --input src --output dist
5:08:28 PM: Writing dist/index.html from ./src/index.md.
5:08:28 PM: Wrote 1 file in 0.11 seconds (v0.11.0)
5:08:28 PM: ​
5:08:28 PM: (netlify-plugin-onboarding onPreBuild completed in 13.1s)
5:08:28 PM: ​
5:08:28 PM: ┌────────────────────────────────────┐
5:08:28 PM: │ 2. build.command from netlify.toml │
5:08:28 PM: └────────────────────────────────────┘
5:08:28 PM: ​
5:08:28 PM: $ yarn deploy
5:08:28 PM: bash: yarn: command not found
5:08:28 PM: ​
5:08:28 PM: ┌─────────────────────────────┐
5:08:28 PM: │   "build.command" failed    │
5:08:28 PM: └─────────────────────────────┘
5:08:28 PM: ​
5:08:28 PM:   Error message
5:08:28 PM:   Command failed with exit code 127: yarn deploy
5:08:28 PM: ​
5:08:28 PM:   Error location
5:08:28 PM:   In build.command from netlify.toml:
5:08:28 PM:   yarn deploy
5:08:28 PM: ​
5:08:28 PM:   Resolved config
5:08:28 PM:   build:
5:08:28 PM:     command: yarn deploy
5:08:28 PM:     commandOrigin: config
5:08:28 PM:     publish: /opt/build/repo/out
5:08:28 PM:   plugins:
5:08:28 PM:     - inputs: {}
5:08:28 PM:       origin: config
5:08:28 PM:       package: netlify-plugin-onboarding
5:08:28 PM: Caching artifacts
5:08:28 PM: Started saving node modules
5:08:28 PM: Finished saving node modules
5:08:28 PM: Started saving build plugins
5:08:28 PM: Finished saving build plugins
5:08:28 PM: Started saving pip cache
5:08:29 PM: Finished saving pip cache
5:08:29 PM: Started saving emacs cask dependencies
5:08:29 PM: Finished saving emacs cask dependencies
5:08:29 PM: Started saving maven dependencies
5:08:29 PM: Finished saving maven dependencies
5:08:29 PM: Started saving boot dependencies
5:08:29 PM: Finished saving boot dependencies
5:08:29 PM: Started saving go dependencies
5:08:29 PM: Finished saving go dependencies
5:08:31 PM: Build failed due to a user error: Build script returned non-zero exit code: 2
5:08:31 PM: Failing build: Failed to build site
5:08:31 PM: Failed during stage 'building site': Build script returned non-zero exit code: 2
5:08:31 PM: Finished processing build request in 1m13.431100281s

Could it be because the GitHub repo is private?

Command failed with exit code 1: yarn deploy

Hello! Building with Netlify, I got error when website is deployed :

1:22:20 PM: ┌─────────────────────────────┐
1:22:20 PM: │        Netlify Build        │
1:22:20 PM: └─────────────────────────────┘
1:22:20 PM: ​
1:22:20 PM: ❯ Version
1:22:20 PM:   @netlify/build 3.1.10
1:22:20 PM: ​
1:22:20 PM: ❯ Flags
1:22:20 PM:   deployId: 5f2d3943799009008fb82918
1:22:20 PM:   mode: buildbot
1:22:20 PM:   timersFile: /tmp/substage_times.txt
1:22:20 PM: ​
1:22:20 PM: ❯ Current directory
1:22:20 PM:   /opt/build/repo
1:22:20 PM: ​
1:22:20 PM: ❯ Config file
1:22:20 PM:   /opt/build/repo/netlify.toml
1:22:20 PM: ​
1:22:20 PM: ❯ Context
1:22:20 PM:   production
1:22:20 PM: ​
1:22:20 PM: ❯ Loading plugins
1:22:20 PM:    - [email protected] from netlify.toml and package.json
1:22:20 PM: ​
1:22:20 PM: ┌──────────────────────────────────────────────────────┐
1:22:20 PM: │ 1. onPreBuild command from netlify-plugin-onboarding │
1:22:20 PM: └──────────────────────────────────────────────────────┘
1:22:20 PM: ​
1:22:20 PM: ​
1:22:20 PM: (netlify-plugin-onboarding onPreBuild completed in 5ms)
1:22:20 PM: ​
1:22:20 PM: ┌────────────────────────────────────┐
1:22:20 PM: │ 2. build.command from netlify.toml │
1:22:20 PM: └────────────────────────────────────┘
1:22:20 PM: ​
1:22:20 PM: $ yarn deploy
1:22:21 PM: yarn run v1.22.4
1:22:21 PM: $ next build && next export
1:22:21 PM: Browserslist: caniuse-lite is outdated. Please run the following command: `yarn upgrade`
1:22:21 PM: Warning: No build cache found. Please configure build caching for faster rebuilds. Read more: https://err.sh/next.js/no-cache
1:22:21 PM: Creating an optimized production build...
1:22:22 PM: Warning: Built-in CSS support is being disabled due to custom CSS configuration being detected.
1:22:22 PM: See here for more info: https://err.sh/next.js/built-in-css-disabled
1:22:48 PM: Compiled successfully.
1:22:48 PM: 
1:22:48 PM: Automatically optimizing pages...
1:22:48 PM: Warning: You have opted-out of Automatic Static Optimization due to `getInitialProps` in `pages/_app`.
1:22:48 PM: Read more: https://err.sh/next.js/opt-out-auto-static-optimization
1:22:50 PM: > Build error occurred
1:22:50 PM: TypeError: Cannot read property 'map' of undefined
1:22:50 PM:     at getStaticPaths (/opt/build/repo/.next/server/static/HEPUvl8hVstwABV3n7nTb/pages/product/[permalink].js:2546:26)
1:22:50 PM:     at processTicksAndRejections (internal/process/task_queues.js:97:5)
1:22:50 PM:     at async buildStaticPaths (/opt/build/repo/node_modules/next/dist/build/utils.js:18:80)
1:22:50 PM:     at async Object.isPageStatic (/opt/build/repo/node_modules/next/dist/build/utils.js:25:542) {
1:22:50 PM:   type: 'TypeError'
1:22:50 PM: }
1:22:50 PM: error Command failed with exit code 1.
1:22:50 PM: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
1:22:50 PM: ​
1:22:50 PM: ┌─────────────────────────────┐
1:22:50 PM: │   "build.command" failed    │
1:22:50 PM: └─────────────────────────────┘
1:22:50 PM: ​
1:22:50 PM:   Error message
1:22:50 PM:   Command failed with exit code 1: yarn deploy
1:22:50 PM: ​
1:22:50 PM:   Error location
1:22:50 PM:   In build.command from netlify.toml:
1:22:50 PM:   yarn deploy
1:22:50 PM: ​
1:22:50 PM:   Resolved config
1:22:50 PM:   build:
1:22:50 PM:     command: yarn deploy
1:22:50 PM:     commandOrigin: config
1:22:50 PM:     environment:
1:22:50 PM:       - CHEC_PUBLIC_KEY
1:22:50 PM:     publish: /opt/build/repo/out
1:22:50 PM:   plugins:
1:22:50 PM:     - inputs: {}
1:22:50 PM:       origin: config
1:22:50 PM:       package: netlify-plugin-onboarding
1:22:50 PM: Caching artifacts
1:22:50 PM: Started saving node modules
1:22:50 PM: Finished saving node modules
1:22:50 PM: Started saving build plugins
1:22:50 PM: Finished saving build plugins
1:22:50 PM: Started saving yarn cache
1:22:50 PM: Finished saving yarn cache
1:22:50 PM: Started saving pip cache
1:22:50 PM: Finished saving pip cache
1:22:50 PM: Started saving emacs cask dependencies
1:22:50 PM: Finished saving emacs cask dependencies
1:22:50 PM: Started saving maven dependencies
1:22:50 PM: Finished saving maven dependencies
1:22:50 PM: Started saving boot dependencies
1:22:50 PM: Finished saving boot dependencies
1:22:50 PM: Started saving go dependencies
1:22:50 PM: Finished saving go dependencies
1:22:52 PM: Error running command: Build script returned non-zero exit code: 1
1:22:52 PM: Failing build: Failed to build site
1:22:53 PM: Failed during stage 'building site': Build script returned non-zero exit code: 1
1:22:53 PM: Finished processing build request in 1m11.744157387s

My key is in the right place :

Screenshot_4

Add category in dashboard messes up a Link in CategoryBanner.js

If I add a new category and refresh I get the error "Error: Failed prop type: The prop href expects a string or object in <Link>, but got undefined instead."

I traced it by luck to <Link href={item.link}> in components/homepage/CategoryBanner.js.

The error goes away if I remove the new category I created in the dashboard, or if I change the Link to <Link href="/">

Better error handling when categories are deleted in the backend

Scenario:

Solutions:

  • Better error handling
  • Get rid of hardcoded collections data and somehow output dynamically or remove from UI where it is used in home page categories banner and sidebar in shop pages and pdp (added categories feature image and product count)

No option to NOT invert logo

This project is really nice to get started with next.js and commerce.js.
I would like to contribute all I can, but I'm a noob. Hopefully I can contribute as I learn, but seemingly not yet.
I have a proposal, and it might be a small and easy fix, but I can't do it.

It is indeed stylish that the header is transparent and inverts color of the fonts/logo/shopping cart when you're all the way up the page.
But, inverting the colors of the logo might not be suitable as I guess a brand would like their main logo consistent in colors.
Hence, this proposal to have an option to not invert the logo.

in components/common/Header.js you have your logo and logo-container:

      <div className="logo-container">
        <img
          src={`/icon/${showMobileMenu ? 'cross' : 'menu'}.svg`}
          onClick={this.toggleMobileMenu}
          className="w-32 mr-1 d-block d-sm-none"
          alt="Menu icon"
        />
        <Link href="/">
          <a>
            <img
              src="/images/commerce.svg"
              className="logo cursor-pointer"
              alt="Logo"
            />
          </a>
        </Link>
      </div>

In the same file, there is this code which I believe is responsible for the header invert:

    <div
      ref={this.header}
      className={`d-flex header align-items-center justify-content-between position-relative ${
        transparent ? '' : 'invert'
      }`}
    >

Anyone have suggestions on this fix?

Not Seeing Shipping Information

Hey 👋.

When replicating the demo, I am having an issue seeing shipping information on the order page within Commerce.js

Here's a screenshot of what I see.

screen

Please advise.

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.