All Projects → CodeFTW → Future Web

CodeFTW / Future Web

Starter kit to create PWA with cutting edge technologies

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Future Web

Sequent
A simple continuous animation library for Android UI.
Stars: ✭ 263 (+592.11%)
Mutual labels:  material, material-ui
Mui
Lightweight CSS framework
Stars: ✭ 4,462 (+11642.11%)
Mutual labels:  meteor, material
Material Table
Datatable for React based on material-ui's table with additional features
Stars: ✭ 3,198 (+8315.79%)
Mutual labels:  material, material-ui
material-design-collection-ecommerce
Material Desgin for Collection Ecommerce - React Native UI Theme. It helps you create the collection screen quickly and professionally. It's easy to customize and develop.
Stars: ✭ 27 (-28.95%)
Mutual labels:  material, material-ui
Web
⚡️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (+1463.16%)
Mutual labels:  material, material-ui
Materiallettericon
Material first letter icon like lollipop contacts icon. Letter(s) on a shape drawn on canvas.
Stars: ✭ 255 (+571.05%)
Mutual labels:  material, material-ui
Materialtimelineview
With MaterialTimelineView you can easily create a material looking timeline.
Stars: ✭ 443 (+1065.79%)
Mutual labels:  material, material-ui
React-Hue
🎨 A Material color palette tool based on Meteor, React, Material UI.
Stars: ✭ 45 (+18.42%)
Mutual labels:  meteor, material-ui
Materialfavoritebutton
Animated favorite/star/like button
Stars: ✭ 586 (+1442.11%)
Mutual labels:  material, material-ui
Pup
The Ultimate Boilerplate for Products.
Stars: ✭ 563 (+1381.58%)
Mutual labels:  apollo, meteor
accounts-material-ui
Material-ui integration with std:accounts-ui
Stars: ✭ 17 (-55.26%)
Mutual labels:  meteor, material-ui
Vue Meteor
🌠 Vue first-class integration in Meteor
Stars: ✭ 893 (+2250%)
Mutual labels:  apollo, meteor
meteor-apollo2
An example showing how to use Apollo 2.0 with GraphQL server + subscriptions
Stars: ✭ 20 (-47.37%)
Mutual labels:  apollo, meteor
Create React App Material Typescript Redux
A ready to use boilerplate for starting big react projects
Stars: ✭ 257 (+576.32%)
Mutual labels:  material, material-ui
graphqlizer
Make your meteor mongo collections accessible over a graphql endpoint
Stars: ✭ 37 (-2.63%)
Mutual labels:  apollo, meteor
Material Auto Rotating Carousel
Introduce users to your app with this Material-style carousel.
Stars: ✭ 400 (+952.63%)
Mutual labels:  material, material-ui
Ddp Apollo
DDP link for Apollo with GraphQL Subscriptions support
Stars: ✭ 163 (+328.95%)
Mutual labels:  apollo, meteor
alda
A boilerplate for React isomorphic aplication with Material Design
Stars: ✭ 16 (-57.89%)
Mutual labels:  apollo, material-ui
Android Iconics
Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.
Stars: ✭ 4,916 (+12836.84%)
Mutual labels:  material, material-ui
Slidetoact
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin 📱🎨🦄
Stars: ✭ 783 (+1960.53%)
Mutual labels:  material, material-ui

Future Web

CircleCI

Start kit repository using:

  • Meteor (build tool, backend/frontend setup)
  • GraphQL with Apollo (apollo server and apollo react client)
  • React (view)
  • Material-UI (UI component library)
  • Flexbox (css feature to organize HTML elements)

The goal is always to keep this repository up-to-date dependency-wise and with great organization. We can also extract common parts and publish npm and meteor packages, that way this repository can be cloned or forked to start new products with this stack. PRs welcome with ideas to new modules.

Maybe in the future we have a simple skeleton here that depends on external packages without any code to be deleted after cloned to create a new product. Right now we have sample and start kit code together.

To have a path to follow we choose to build a TODO App as a working sample /examples/todo, we know, there are a lot of them out there, it is just to practice and learn.

Packages

Who are we?

A group of people who believes that code can change people's lives for better. We are CodeFTW! Learn more and join us on Slack

How to Contribute with Ideas

Follow these steps:

  • Open an issue with what you think will be good to have
  • Mention any maintainer, @filipenevola, for instance
  • Discuss with the maintainer on the solution until you reach consensus
  • Let clear on the issue what is the result expected to consider this issue done

How to Contribute with Code

Follow these steps:

  • Open an issue with what you want to do and how you would do
  • Mention any maintainer, @filipenevola, for instance
  • Agree with the maintainer on the solution
  • Fork the repo
  • Be crystal clear that you will start to work on that
    • it is important to avoid two people doing the same thing at the same time
  • Start a Pull Request
    • watch how to do it in the first 15 minutes of this video
  • Send your code
    • don't forget to format your code before commit and have zero eslint erros/warnings
    • commit message should contains the issue id with #
    • upgrade your fork to capture changes in the main project, check how to do it here
  • Warn the maintainer that you are done
  • Wait for the merge
  • Start again :)

Useful Links

Study Stack

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].