Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions examples/coffee-warehouse-nextjs/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
36 changes: 36 additions & 0 deletions examples/coffee-warehouse-nextjs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
15 changes: 15 additions & 0 deletions examples/coffee-warehouse-nextjs/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
This project has been released under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html), the text of which is included below. This license applies ONLY to the source of this repository and does not extend to any other Kendo UI distribution or variant, or any other 3rd party libraries used in a repository. For licensing information about KendoReact, see the [License Agreements page](https://www.telerik.com/purchase/license-agreement/progress-kendoreact) at [KendoReact.com](http://www.kendoreact.com).

> Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates.

> Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

> [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

> Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
49 changes: 49 additions & 0 deletions examples/coffee-warehouse-nextjs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## The following KendoReact components are used in the sample application:

- [Data Grid](https://www.telerik.com/kendo-react-ui/components/grid/)

- [Chart](https://www.telerik.com/kendo-react-ui/components/chart/)

- [Loader](https://www.telerik.com/kendo-react-ui/components/indicators/loader/)

- [Skeleton](https://www.telerik.com/kendo-react-ui/components/indicators/skeleton/)

- [DropDownList](https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/)

- [Drawer](https://www.telerik.com/kendo-react-ui/components/layout/drawer/)

- [DateRangePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/daterangepicker/)


## Prerequisites

- Node.js [18.17](https://nodejs.org/en) or later.
- macOS, Windows (including WSL), and Linux are supported.

## Installation

Run `npm install`

## Available Scripts
In the project directory, you can run:

### `npm run dev`
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

### `npm run build`
Build the application for production usage.

### `npm start`
Start a Next.js production server.

### `npm run lint`
Check for linting errors.

## Learn More

You can learn more about Next.js in their [documentation](https://nextjs.org/).

To learn React, check out the [React documentation](https://reactjs.org/).
16 changes: 16 additions & 0 deletions examples/coffee-warehouse-nextjs/app/App.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
body {
margin: 0;
padding: 0;
list-style-type: none;
}

html,
body {
&::-webkit-scrollbar {
display: none;
}
}

header {
background-image: url('./assets/header-bg.png');
}
12 changes: 12 additions & 0 deletions examples/coffee-warehouse-nextjs/app/assets/dashboard-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions examples/coffee-warehouse-nextjs/app/assets/github-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions examples/coffee-warehouse-nextjs/app/assets/info-background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions examples/coffee-warehouse-nextjs/app/assets/info-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading