Coder Social home page Coder Social logo

express-views-lab's Introduction

Views in Express

Introduction

We've set you up in starter-code with an API for capturing your favorite embarrassing quotes – Quotes, Inc. We've thrown in a few styles for you, too, but you might have to mimic some class names and templates. Feel free to delete our style and fancy it up on your own.

Your goal will be to convert an Express JSON API to render full HTML views. It's up to you to take it from JSON to EJS, and we haven't given you a lot to start with. This will be good practice for installing the tools you need and setting them up from scratch.

If you are unsure of where to start, the previous lesson will be a helpful reference.

Exercise

Requirements

  • Use EJS to create views for your RESTful routing as follows:
    • Add ejs configuration to app.js
    • Create a views directory
    • Create an index page*
    • Create a page to create new quotes with a form*
    • Display these pages with your controller
    • Create one partial for a footer that gets rendered on each page
    • Create one partial for a header that gets rendered on each page

* It may be a good idea to use Postman to POST some sample quotes to test these pages

  • Render forms that submit data back to our Express app to make a full-stack app

Deliverable

Do as much as you can – the more complete the better – but at the least you should strive to create an index & a new page to POST to your create action.

Do your best to make it stylish, bonus points for prettiness. Below is an example of an index page and a new page.

Additional Resources

Licensing

All content is licensed under a CC­BY­NC­SA 4.0 license. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].

express-views-lab's People

Contributors

zebgirouard avatar benhulan avatar

Watchers

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