Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meteor/examples
Project examples with Meteor
https://github.com/meteor/examples
javascript meteor mongodb
Last synced: 1 day ago
JSON representation
Project examples with Meteor
- Host: GitHub
- URL: https://github.com/meteor/examples
- Owner: meteor
- License: mit
- Created: 2021-02-25T20:31:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T16:01:08.000Z (6 months ago)
- Last Synced: 2024-12-20T17:08:56.305Z (9 days ago)
- Topics: javascript, meteor, mongodb
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 131
- Watchers: 18
- Forks: 55
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Examples of Meteor Projects
### Ready
#### Tic tac toe
- Demo: [tic-tac-toe.meteorapp.com](https://tic-tac-toe.meteorapp.com)
- Repository: [meteor/examples/tic-tac-toe](./tic-tac-toe)
- Why: To show that we can even build multiplayer games with meteor.
- Stack: Meteor and React
- Last Updated At: Sep/06/2022
- Meteor Version: 2.7.3#### Simple Tasks
- Demo: [simpletasks.meteorapp.com/](https://simpletasks.meteorapp.com)
- Repository: [fredmaiaarantes/simpletasks](https://github.com/fredmaiaarantes/simpletasks)
- Why: To show how to use Meteor with [Chakra UI](https://chakra-ui.com/) + [Formik](https://formik.org/) + MongoDB
- Stack: Meteor, Chakra UI, React, Formik, MongoDB
- Last Updated At: Apr/07/2021
- Meteor Version: 2.1.1#### Complex Svelte Todos
- Demo: [complex-todos-svelte.meteorapp.com/](https://complex-todos-svelte.meteorapp.com)
- Repository: [guncebektas/complex-todos-svelte](https://github.com/guncebektas/complex-todos-svelte)
- Why: To show how to use Meteor in real world problems.
- Stack: Meteor, Svelte, Bootstrap, MongoDB, Cypress
- Last Updated At: Aug/21/2021#### Chakra UI
- Demo: [chakraui.meteorapp.com](https://chakraui.meteorapp.com/)
- Repository: [meteor/examples/chakra-ui](./chakra-ui)
- Why: To show how to set up [Chakra UI](https://chakra-ui.com/) + Icons + Dark Mode with Meteor
- Stack: Chakra UI, Meteor and React
- Last Updated At: Dec/02/2023
- Meteor Version: 3.0-alpha#### Tailwindcss
- Demo: [tailwindcss.meteorapp.com](https://tailwindcss.meteorapp.com)
- Repository: [meteor/examples/tailwindcss](./tailwindcss)
- Why: To show how to set up [tailwindcss](https://tailwindcss.com/) with Meteor
- Stack: Tailwindcss, Meteor and React
- Last Updated At: Nov/10/2022
- Meteor Version: 2.8#### Wantch: Manage Movies to Watch
- Demo: [wantch.meteorapp.com](https://wantch.meteorapp.com)
- Repository: [filipenevola/wantch](https://github.com/filipenevola/wantch)
- Why: To show how simple is to create an app using Meteor Methods and React
- Stack: Meteor, React and PWA
- Last Updated At: Feb/25/2021
- Meteor Version: 2.1#### Double app
- Demo: [double-app.meteorapp.com](https://double-app.meteorapp.com)
- Repository: [denihs/double-app](https://github.com/denihs/double-app/)
- Why: To show how to have two apps with different purposes, but sharing the same codebase.
- Stack: Meteor and React
- Last Updated At: Mar/19/2021
- Meteor Version: 2.1### Leaderboards
- Demo: N/A
- Repository [meteor/leaderboards](https://github.com/meteor/leaderboard/)
- Why: Complete example of a small Blaze app with only client code that can update the DB.
- Stack: Meteor and Blaze
- Last Updated At: Jul/25/2021
- Meteor Version: 2.13.3#### NFT Marketplace
- Demo: https://meteor-nft-marketplace.meteorapp.com (Instructions on how to use it are in the README.md of the project)
- Repository: [meteor/examples/nft-marketplace](./nft-marketplace)
- Why: To show how to integrate web3 with Meteor
- Stack: Meteor, React, TailwindCSS, Polygon, Solidity, Hardhat, Ethers.js, and IPFS
- Last Updated At: June/1/2022
- Meteor Version: 2.7.2### Simple photo
- Demo: https://simple-photo.meteorapp.com/
- Repository [meteor/mobile-packages](https://github.com/meteor/mobile-packages/tree/devel/examples/simple-photo)
- Why: A simple example of `mdg:camera` package that allows you to take pictures from your web/phone camera.
- Stack: Meteor and Blaze
- Last Updated At: Dec/04/2023
- Meteor Version: 2.14-beta.4### Simple map
- Demo: https://simple-map.meteorapp.com/
- Repository [meteor/mobile-packages](https://github.com/meteor/mobile-packages/tree/devel/examples/simple-map)
- Why: A simple example of using the `mdg:geolocation` package to get current geolocation and show them on maps.
- Stack: Meteor and Blaze
- Last Updated At: Dec/04/2023
- Meteor Version: 2.13.3### WIP
#### Parties
- Demo: N/A
- Repository: [meteor/examples/parties](./parties)
- Why: One of the original Meteor examples showcasing how to build a nice working application with Blaze with very little code, while taking advantage of optimistic updates.
- Stack: Meteor, Blaze
- Last Updated At: August/23/2021
- Meteor Version: 2.3.5#### Native app with Cordova
- Demo: N/A
- Repository: [meteor/examples/cordova](./cordova)
- Why: To show how to set up a proper Native app with Meteor and Cordova
- Stack: Meteor and Cordova
- Last Updated At: May/22/2020
- Meteor Version: 1.10.3## How to add your example?
- Create a PR including it in this README
- Make sure you are using the latest Meteor
- Required fields: Repository, Why, Stack, Last Updated At and Meteor Version.## Housekeeping
We want to list only up-to-date examples here.
If you see old examples that are no longer representing the current state of Meteor or that are not working please open a PR removing it from here.