GithubHelp home page GithubHelp logo

binary's Introduction

Binary deployed site


Binary Project

Organize Your Priorities && Stay Up To Date

Table of Contents

Introduction

Overview

This Binary project was inspired by my general morning routine. That being, when I wake up, I look at the time, I listen to a podcast or the news detailing current events, and then I look at what I have to do that day. This app does just that. On page load, a user is first presented with recent news and events. By utilizing the Navigation Bar, they can also add a list of their To-Dos via the 'Add To Do' form. These To-Dos are then placed in the 'To-Dos' view and will be color-coordinated based on the chosen level of priority.

Binary project is built with React and designed to meet project requirements in the rubric laid out here, a projects designed specifically for Mod 3 class 2008FE front-end engineering students. The project seeks to challenge the totality of learning of students up to this point, pulling together their core-stack knowledge of HTML, CSS, JS, React, DOM interaction and TDD (test driven development).

The project emphasises React fundamentals, such as state management/synching across components, and the flow and management of asynchronous operations (both in production code, and inside of testing suites), pushing students to think carefully and critically about component architecture and modularity, as well as expected user flow and behavior. The nature of the project encourages employing professional 'soft' skills in the planning and project management stages - utilizing wireframing and mind-mapping, and managing project workflow with Issues and PRs through the Agile methodology on GitHub Project Board.

Tech Stack

  • React
  • JavaScript
  • HTML
  • CSS
  • React Router
  • Jest (TDD)
  • Rapid API

Features

Home Page - News

In this view the users are presented with regularly updated News articles which are at first displayed by their corresponding images. When mousing over an article, the title and content of the article is revealed. When double-clicking on an article, the user will be redirected to that articles full-content page.

date

articleHover

dblClickArticle

navbar

**Under the Hood**

The Homepage, which displays the News, is housed in the React <App /> component.

With normal functionality, what ends up rendering on the homepage inside of <App> are two additional components.

<Header />       // Is always visible
<NavBar />      // Is always visible


To-Do's

To-Dos are populated with any To-Do that has been added by a user. Local storage is used to persist To-Dos on page reload. Each To-Do is color coordinated based on its chosen level of priority.

add_todo

to_dos

Reflection

Future Iterations

  • Allow a user to delete &/or cross-out a completed To-Do item.
  • Make the "Add To Do" form a pop-up when clicking '+' in the Navigation Bar instead of using Router.
  • Build functionality to the forward and backwards (Today in History API) arrows in the Header component that control the displayed date.
  • Display better News articles (different API).

Developer

Demaceo Vincent Howard

Demaceo Vincent Howard

GitHub Profile

binary's People

Contributors

demaceo avatar

Stargazers

 avatar

Watchers

 avatar

binary's Issues

NavBar component

NavBar component should have a Home, Add, & To-Dos icons with functionality

Priority Components

Create component(s) to represent each Eisenhower principle (UI, I, U, nUI)

Fix weekday in Header

When a user clicks the forward or back arrow the weekday in the header adjusts accordingly

General Set Up

Create file structure
Link to GitHub Repo
Import necessary packages (I.e. Router & Bootstrap)

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.