Giter Site home page Giter Site logo

datagood-berkeley / website Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 175 MB

Official Website for DataGood @ UC Berkeley

Home Page: https://datagood.berkeley.edu/

JavaScript 85.75% SCSS 7.56% Handlebars 2.17% CSS 4.50% Dockerfile 0.02%
data data-science good hacktoberfest projects

website's People

Contributors

choudhs avatar dependabot[bot] avatar mananb77 avatar nhudait avatar potatoparser avatar quang-nguyenln avatar sineadmccaffery avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

quang-nguyenln

website's Issues

Transitions & Animations

  • Animate images to fade + move in
  • Animate text to fade + move in
    - [ ] Animate heart logo to fade + move in
  • Give heart logo a "beating" animation
  • Animate on scroll

Issues displaying calendar

It looks like something went wrong with the calendar embed:
image
To replicate, open the website in Incognito mode.

Analytics

Add some form of analytics.
Doing so requires some privacy policy to be added

Refine SCSS

Scss can be refined:

  • .<color>-back selectors should be more inclusive of all elements

Issues with Nodemon on MacOS

There seems to be an unexpected issue with Nodemon on MacOS when running:
nodemon --watch configs --watch *.* -e yaml,js ./index.js.
This command is used to watch for changes to *.yaml files within config and automatically reload the server.


MacOS Terminal:

[nodemon] watching path(s): configs/*/ README.md
[nodemon] watching extensions: yaml,js
[nodemon] starting `node bs-config.js index.js package-lock.json package.json ./index.js`

Windows CMD:

[nodemon] watching path(s): configs\**\* *.*
[nodemon] watching extensions: yaml,js
[nodemon] starting `node ./index.js`

Further findings reveal a change within package.json during npm install and npm run watch:

MacOS:

{
  "name": "website",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch:express": "nodemon --watch configs --watch . -e yaml,js ./index.js",
    "build:sass": "node-sass src/sass -o public/css",
    "watch:sass": "node-sass -w src/sass -o public/css",
    "watch:browser": "browser-sync start --config bs-config.js",
    "watch": "npm-run-all --parallel build::sass watch:express watch:sass watch:browser"
  },
  "author": "",
  "license": "UNLICENSED",
  "dependencies": {
    "express": "^4.17.1",
    "express-handlebars": "^5.0.0",
    "js-yaml": "^3.14.0"
  },
  "devDependencies": {
    "browser-sync": "^2.26.7",
    "node-sass": "^4.14.1",
    "nodemon": "^2.0.4",
    "npm-run-all": "^4.1.5"
  }
}

Windows:

{
  "name": "website",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch:express": "nodemon --watch configs --watch *.* -e yaml,js ./index.js",
    "build:sass": "node-sass src/sass -o public/css",
    "watch:sass": "node-sass -w src/sass -o public/css",
    "watch:browser": "browser-sync start --config bs-config.js",
    "watch": "npm-run-all --parallel build::sass watch:express watch:sass watch:browser"
  },
  "author": "",
  "license": "UNLICENSED",
  "dependencies": {
    "express": "^4.17.1",
    "express-handlebars": "^5.0.0",
    "js-yaml": "^3.14.0"
  },
  "devDependencies": {
    "browser-sync": "^2.26.7",
    "node-sass": "^4.14.1",
    "nodemon": "^2.0.4",
    "npm-run-all": "^4.1.5"
  }
}

Difference:

"watch:express": "nodemon --watch configs --watch . -e yaml,js ./index.js", (MacOS)

"watch:express": "nodemon --watch configs --watch *.* -e yaml,js ./index.js", (Windows)


Commit 775ba22 temporarily reverts Nodemon back to:
nodemon ./index.js

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.