Coder Social home page Coder Social logo

brandon-lau0 / ecs-162-flashcards-final-project Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 32.84 MB

https://web.cs.ucdavis.edu/~amenta/s19/flashcard1.html, https://web.cs.ucdavis.edu/~amenta/s19/flashcard2.html

CSS 18.64% HTML 3.49% JavaScript 77.76% Shell 0.11%

ecs-162-flashcards-final-project's Introduction

To run this web application, do "node server.js"
The server.js file can be found in this file path: ECS-162-Flashcards-Final-Project/flashcards_project

When we were testing our web application, we occasionally ran into an issue where when we ran the server using "node server.js", sometimes the Google Chrome cannot display our webpage properly saying "This site can't be reached. localhost refused to connect."

We figured out this this issue had to do with the cookies store in Chrome. To resolve this issue, we cleared the cookies in Google Chrome then ran the server again using "node server.js" and this fixed the issue.

So, if you ever run into this issue where our webpage won't load after you did "node server.js", we suggest to try clearing the cookies of Chrome and hopefully this will resolve the issue.

In addition, if you receive an error message that looks something like "TypeError: Cannot read property 'google_id' of undefined", then this is also related to the cookies stored in Chrome. If you clear your cookies in Chrome, this will fix the issue.

ecs-162-flashcards-final-project's People

Contributors

brandon-lau0 avatar mamapanda avatar atan9 avatar

Watchers

James Cloos avatar  avatar

Forkers

johnzl-777

ecs-162-flashcards-final-project's Issues

Fix /hascards SQL query.

user_id instead of google_id when checking user_id = req.user.google_id (the left hand side is google_id in the SQL query, which is wrong)

Fix flipping behavior.

relevant piazza link

Also, the sendResult() call should only happen once per card, not once per enter key. We can change this so that flipping only happens once per card, and once the card is flipped, the result is sent.

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.