GithubHelp home page GithubHelp logo

carpagewebtask's Introduction

CarPageWebTask

ExpressJS installed locally and saved to dependencies

To be honest, a database is not needed here since the application is so simple. Since one was requested, however, I went ahead and created a schema to represent the associations if relational.

Schema

Schema

npm history

  • npm install express-generator -g
  • express CarPageWebTask
  • npm install
  • npm install react --save
  • npm install react-dom --save
  • npm install webpack --save-dev

(need to install some babel modules for transpiling bc we are going to run our react code in es6)

  • npm install babel-loader --save-dev
  • npm install babel-core
  • npm install babel-preset-es2015
  • npm install babel-preset-react

need to create web pack.config.js file to give web pack instructions for all of the transpiling

  • npm install --save react-fontawesome

Some other notes

I installed firebase for the db. Becuase we are only dealing with one entry, I figured that I would keep it simple. If this project was to be scaled and fully functional, I might have to reconsider.

This app is only responsive for iPhone 6. With more time I can go ahead and expand to other mobile devices (probably with very few adjustments). But for now, I only have it for the one.

I spent a lot of time implementing bootstrap, only to scrap it at the end. The app required some custom designs that made me go crazy trying to override bootstrap. So I did it manually. That being said, I urge anyone to stay as far away from my css files as possible.

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.