Giter Club home page Giter Club logo

roebling-web's Introduction

roebling

Netlify Status

This is a small web-app that I'm making to make my (soon-to-be) apartment life easier. This is very much a to-do, but a brief sketch of what the app should support:

  • creating "homes" and user accounts
  • a list of recipes in each home
  • a list of ingredients in each home
  • tying which recipes can be created given the current ingredients
  • given a current number of people and ingredients, what recipes should be doable (for a day, week, etc.)
  • given the list of ingredients, what needs to be topped-up next grocery run
  • and more!

Give me some time, and there will be more to see here! In the meantime, you can toy with the instance I've set up at roebling.matthewwang.me.

Under the hood, this app is written in React and Firebase, and uses Typescript. This project was bootstrapped with Create React App.

Development Setup

To start developing, we'll follow our typical Node project workflow. You'll need a copy of Node.js on your computer; this was developed with the LTS version, 12.18.

First, let's grab our repository with git:

$ git clone https://github.com/malsf21/roebling-web.git
...
$ cd roebling-web

Then, we'll install and run our app. We recommend using yarn, like so:

$ yarn
$ yarn start
Compiled successfully!

You can now view roebling-web in the browser.

  Local:            http://localhost:3000
  On Your Network:  http://192.168.1.5:3000

Note that the development build is not optimized.
To create a production build, use yarn build.

But, if you'd prefer, you can also use npm:

$ npm install
$ npm start
Compiled successfully!

You can now view roebling-web in the browser.

  Local:            http://localhost:3000
  On Your Network:  http://192.168.1.5:3000

Note that the development build is not optimized.
To create a production build, use yarn build.

CRA should automatically open your default browser and open the app, but you can also visit the options presented in the command-line interface.

roebling-web's People

Contributors

mattxwang avatar

Watchers

 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.