Giter Club home page Giter Club logo

developerdesks's Introduction

Post-workshop assessment

Gist:

  • a "deep dive" assessment akin to a mini real-world-project, that also covers/embedds some of the most important technologies from the workshops week;
  • individually assessed;
  • timeframe of 1 full day.

Technologies:

  • workshop technologies included: TypeScript, React Native (incl. react-navigation), Context, custom/other hooks;

Docs

Instructions to run the app

This repo contains both front-end (/app) and backend (/server) in the same repo

  1. Fork the repo to your own Github.
  2. Clone the forked repo in your profile.
  3. Open 2 terminal windows, on one each directory and run npm install on both
  4. Create your own ElephantSQL, set in config.json => migrate and seed
  5. On the app/lib/axios.ts, you need to change the url to use your own IP address. This is because the server is running on your laptop not on your phone, so you have to make the requests there.
// src/lib/axios.js
export default axios.create({
  baseURL: "http://<YOUR_IP>:<SERVER_PORT>",
});

How to get your IP address on Mac

How to get your IP address on Ubuntu

developerdesks's People

Contributors

carlijnweijer avatar kelleyvanevert avatar matiasgarcia91 avatar tskraak avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.