Giter Site home page Giter Site logo

cse122-spring-demo's Introduction

CSE 122 Spring Demo

Demo project for showing how to make a web app backed by Java using Spring

Recommend to first follow this tutorial to set up the project, and then add these files to the project:

Backend

  • src/main/java/com/example/springdemo/SpringDemoApplication.java - The main Spring Controller. This has the methods that link the URL links to specific Java methods.
  • src/main/java/com/example/springdemo/model/FavoritesList.java - The FavoriteList class from the OOP It example.

Frontend

  • src/main/resources/static/index.html - The main HTML file for outlining the content of the page.
  • src/main/resources/static/stlye.css - The CSS file for overriding styles. Note this is minimal because the index.html also includes Bootstrap (a CSS library for good default styles)
  • src/main/resources/static/index.html - The main JS file for outlinng how to update the page state and add interactivity for the page.

Preview

image

Ideas for Extensions

The app as written is fairly simple and doesn't do a lot of extra things. Here are some ideas for other features to add to the program.

  • Add the ability for users to log in and have their own set of favorite books (right now, everyone shares the same favorite book list).
  • Let users compare each other's favorite books.
  • Provide more control over the ordering of the favorite books.
  • And many other ideas!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.