Skip to content

MarcMcIntosh/free-code-camp-projects

Repository files navigation

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

About

A collection of apps written in response to challenges from http://freecodecamp.org.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published