Giter Site home page Giter Site logo

jercymat / creativity-and-search-frontend Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 634 KB

Code sample of Creativity and Search project Front-end App (legacy Javascript version)

Home Page: https://dl.acm.org/doi/10.1145/3576840.3578294

HTML 0.97% JavaScript 88.37% SCSS 10.66%

creativity-and-search-frontend's Introduction

Creativity and Search Project - Frontend

This project served as the Frontend web application of Creativity and Search Project hosted by Prof. Soo Young Rieh, School of Information, The University of Texas at Austin. The application is bootstrapped with Create React App and developed with React, with various state management libraries like Redux and Redux-saga to build a scalable and robust web application.

The result of this project has been published at ACM SIGIR Conference on Human Information Interaction and Retrieval (CHIIR) 2023.

Get Started

Prerequisites

  • Node.js
  • NPM
  • React
  • SASS
  • React-router-dom
  • Redux, React-redux, Redux-Saga
  • Axios

Running the Service

To start the service locally:

npm install
npm start

It will run the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Documentation

Build

Run the following code:

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
After the build, the app is ready to be deployed.

See the section about deployment for more information.

Deployment

After the build, pack the /build folder and serve index.html with website hosting software like Nginx or Apache HTTP Server

Static Server

For quick deployment, the easiest way to handle this would be to install serve and let it handle the rest:

npm install -g serve
serve -s build

The last command shown above will serve your static site on the port 3000.

Other Solutions

For other deployment solutions, check here for mre detail.

creativity-and-search-frontend's People

Contributors

jercymat avatar

Watchers

 avatar

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.