Giter VIP home page Giter VIP logo

semana-omnistack-11's Introduction

SEMANA OMNISTACK 11 (BE THE HERO)

Be the hero is a full project developed using JS stack (nodeJS, React and React Native) that connect non-profit organizations with donors and volunteers.

Non-profit organizations can register themselves on the web application and add specific tasks or problems that required help to be resolved

And donors and volunteers can access the mobile application to find a list with all the tasks available and choose one of these problems and contact the organization to help.

application screens

noteworthy stuff that I learned

backend

  • Create a Controller for each route path
  • Use different HTTP requisitions to identify a route purpose
  • How to use async functions with await
  • Run SQL queries using js language with knex connection('incidents').where('ong_id', ong_id).select('*')
  • Directly get variables from js objects using {} and []
  • Install development only packages (devDependencies), with -D flag on npm install -D packagename
  • Use crypto to generate a random unique string value
  • Use migrations from knex to store and maintain the database structure
  • Create useful package.json commands with scripts attribute
  • Use HTTP header properties to authenticate users
  • Make validations in routes using celebrate
  • Restructure the project to receive automated tests
  • Implement Unit and Integration tests

frontend

  • React technology and Concepts at all
  • Organize a React Project folder structure
  • Create and utilize my own React Components
  • Use BrowserRouter, Switch and Route components to organize the routing process on React
  • Run HTTP requisition with axios
  • Use Link and useHistory components to navigate and redirect pages inside React architecture taking advantage of single page concept
  • map and filter js ES6 functions
  • Use for the first time Intl to internationalize currency
  • Store and retrieve session variables with localStorage
  • Set and Get variables inside React with useState

mobile

  • React Native technology and concepts at all
  • Use expo to speed up the development process
  • Use NavigationContainer and AppStack to navigate between screens in app
  • How to structure and stylize in React Native
  • Differences between React Native and ReactiveJS
  • Display a list of items with dynamic items loading based on the list scrolled percentage

overall

  • Cool Visual Code shortcuts
  • Even cooler Visual Code Extensions
  • Taking advantage of Visual Code single and split terminals
  • Use Insomnia to quickly test node API touch points
  • Install and use a Android Simulator to debug the application
  • Use [...arrayA, ...arrayB] notation to append array elements

semana-omnistack-11's People

Contributors

jordyhenry avatar dependabot[bot] avatar

Watchers

James Cloos 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.