Giter Club home page Giter Club logo

ideabox's Introduction

IdeaBox Group

Deploy Link

Deploy Link

Project Overview

An application that records and archives our ideas. Group project showing understanding of how to write clean HTML and CSS to match a provided comp. Include separation of a data model (using a class) and DOM model.

  - When a user clicks on the "Save" button,
  - If entered information in both the "Title" and "Body" input fields,
  - Should see a new Idea Instance with the provided title and body appear on ideas array
  - Should see a new idea card with the provided title and body appear on the DOM
  - When click "Save", if entered information in both "Title" and "Body" fields, should see input fields clear out
  - When either the "Title" or "Body" inputs are empty, should notice that the "Save" button is disabled because it is a
  - lighter color and cursor is not a pointer when I hover over it
  - When click "Save" and a new card is successfully created, should _not_ see the page reload
  - When click the "Delete" button on an idea card, card instance should be permanently removed from ideas array
  - When click the "Star" button on an idea card, the card instance's star property should be updated in the ideas array
  - Should be able to toggle between filled in star (favorited) and not filled in star (not favorited)
  - When delete or favorite any card, should not see the page reload

Screen Shot 2022-04-18 at 3 50 44 PM

Screen Shot 2022-04-18 at 3 52 54 PM

Screen Shot 2022-04-18 at 3 51 16 PM

Technologies Used

  • JavaScript
  • HTML
  • CSS

Contributors

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.