Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 4.87 KB

README.md

File metadata and controls

72 lines (60 loc) · 4.87 KB

Free Code Camp Projects

A of projects from http://freecodecamp.com

Use notes

Add google search API_KEY and CSE_ID to .env for the image-search program

Development

Run in development with hot module reloading with npm start

Production

configure server.js in the root directory run a production build and start the server.

npm run build && node server.js

Directories

  • webpack webpack configuration and development server directory
  • data development data directory for local-databases used by pouchdb-server
  • src/app client side applicaiton container
  • src/server server side renderer, api routes
  • src/projects Each project has a directory in-here
  • src/common files and infornmation shared between applicaitons

Usefull files

Update these when adding a project

  • src/projects/portfolio/appData.js Information about projects, and the routes used by them.
  • src/projects/common/routes.jsx Routes used by react router, this file also uses the appData file mentioned above

Todos

Basic Front End Development Projects

Intermediate Front End Development Projects

Advanced Front End Development Projects

React Projects

Data Visualization Projects

API Projects

Dynamic Web Application Projects