CS 162 Final Project
In this course, a final programming project will take the place of formal exams to test your understanding of the material. The final project will involve working creatively to implement a substantial web app that utilizes all of the major components of the web application stack covered in this class within the final week. Specifically, you will write a web app that satisfies all of these requirements as grading criteria:
Grading criteria
● 10 points
Copyright By PowCoder代写 加微信 powcoder
● 10 points interface.
● 10 points
● 10 points back end
● 10 points
to create,
● 25 points
– The app uses HTML and CSS to implement a well-designed client interface. -The app uses client-side JS to enable relevant user interactions with the client
-The app is served using a Node.js-based (or other approved) serving stack. -The app dynamically generates pages based on data stored permanently in a data store, such as MongoDB (or even a JSON file).
-The app’s client interface communicates asynchronously with the app’s server
read, update, and/or delete content in the back end data store. – Your app has a high-quality design and implementation.
○ For example, your app is free of bugs and has an effective user interface. ● 25 points – Your app is creative and original.
Choosing an app to work on
Within the boundaries outlined by the requirements above, you may write any kind of web app you want. There are infinite possibilities, and I encourage you to be creative and to implement an application you find interesting or that solves a real problem for some set of potential users. Below are some additional guidelines and logistics about choosing what to work on for the final project.
● An online game. These have been as simple as hangman or choose your own adventure games to as complex as Asteroids and other physics-based games. High scores are a great kind of data to save for these kinds of apps.
● A game helper app. If you play in-person games (e.g. Dungeons and Dragons, Pokemon, Gloomhaven, etc.), there are lots of opportunities for helper apps to make the games easier. Many students have done character creators, deck builders, dice rollers, collection builders, etc. Storing created character, deck, or collection data works well for the final project.
● A recipe creator. This kind of app has been very popular over the years. Storing recipes and displaying stored reciped works perfectly for the final project.
● A blog site. Another really popular kind of app. Letting users write blog posts and then displaying the blog posts that have been written works well.
● A drawing app. Several students have created very cool drawing apps over the years, where users can create and save drawings (e.g. using an HTML
Grading demonstrations
To get a grade for your project, you must do a brief (10-15 minute) demonstration to me of your project’s functionality. These demos will be scheduled during finals week. I’ll send more details on scheduling demos for the final project when we get closer to that time.
Code submission
All code for your final project must be pushed to the main branch of the repo created using the GitHub Classroom link above before your grading demo.
Remember also, if you do not do a demo for your project, you will receive a zero for it.
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com