Giter VIP home page Giter VIP logo

new-code-challenge-5's Introduction

new-code-challenge-5

Welcome to your last Code Challenge! In this challenge, you are going to build a MEAN stack application. The whole thing. The application you are going to build is a message board.

Just relax and show us what you know!

Message Board Application

The message board application you are going to build has the following requirements:

  • MUST use Angular and MongoDB
  • Name your database: ccfive_younamehere. Example: ccfive_kris
  • Your Front End should have two inputs. One for the user's name, the other for the user's message. Additionally, there should be a submit button,
  • When the submit button is clicked, you must send the name and message from the inputs to the server to be written to a Mongo Database
  • Once the message has been successfully written to the database, display all messages on the DOM,
  • If the application page is reloaded, all previous messages should appear.

NOTE!

  • Use of a service is OPTIONAL. Get it working in a Controller first. Add a service if you have time.
  • You do not need ngRoute (client-side routing)

Mockup

Wireframe

Hard Mode

Only after you complete base mode, click here

new-code-challenge-5's People

Contributors

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