Skip to content

A React powered, Dev.to article social feed that allows you to save articles for later viewing.

Notifications You must be signed in to change notification settings

lhebia/lawrence-hebia-project-five

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 5 - Devcompile

A React powered, Dev.to article social feed that allows you to save articles for later viewing. Live site can be found here: https://lhebia.github.io/devcompile/

Main Requirements

  • Uses React, and no jQuery
  • Uses modular components
  • Uses axios and/or Firebase
  • React 'knows' about all DOM changes (bind your inputs!)
  • this.state is never directly changed because .setState() is always used to alter state
  • App is dynamic based on user interaction (e.g. drop-down menu, search field)
  • It is clear to the user what the app does
  • App and interactions are accessible
  • Errors are handled effectively
  • Site is live on student's own URL or GitHub Pages

Also

  • Extraneous code is removed (including console.log)
  • Semantic HTML elements are used properly
  • All CSS for the site is written in only one CSS file (no inline styles, no separate CSS files for each component, etc). How you get there is up to you.
  • Setup snippet is used
  • Wrapper used to constrain content on large displays
  • Site is responsive and uses media queries
  • Files and folders share a naming convention.

This project was bootstrapped with Create React App.

About

A React powered, Dev.to article social feed that allows you to save articles for later viewing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published