Skip to content
/ webDev Public

web development projects focusing on front-end and full-stack development

Notifications You must be signed in to change notification settings

ylu36/webDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webDev

GuessGame showcases a small game where you guess the correct color as shown in RGB format with two difficulty modes, randomized color pickers and more!
ToDo List showcases a small web app that supports add/delete events in your to-do list.
More apps are coming soon...
YelpCamp is a web app that allows users to view/add/review their favorite campground sites from around the world.

  • Back end uses Node.js, Express, MongoDB, Heroku as the host server, and mLab as the database server
  • Front end features Bootstrap, CSS animations, and Google Maps API
  • User posts and comments undergo thorough CRUD operations, and routes adhere to RESTful API