See into the future and get questions about your fortune answered!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Curious about what the future has in store for you?
Predict the outcome of current and upcoming events with FortuneWill, a fullstack web application that provides a response to any question you ask.
- Dynamic 3d models and animations
- Question text validation
- Randomized generated responses
- Saves past fortunes accross sessions using local storage
The application is built with the following technologies:
If you would like to use Fortune Will online, visit https://fortunewill.glitch.me/.
To get a local copy of the application up and running follow these simple example steps.
Follow the steps below to set up the API locally.
- Clone the repo
git clone https://github.com/tdo95/fortunewill.git
- Install NPM packages
npm install
- To start the application server, run the following command
npm run start
- Navigate to the application using the url below
"localhost:8000"
- Increase animation rendering speed to reduce loadtime latency - could further compress files
- Use machine learning / language AI to dermine if a fragment of words is a question
- How to work with 3d models and animations using three.js library
- Network performance can be optimized by reducing the size of file transfer
- Blocking functions can prevent rendering and inhibit user interaction - this should be avoided when possible
- How to analyze waterfall performance graphs within browser developer tools
- Display 3d model on screen
- build out backend and configure server responses
- Handle long text inputs
Portfolio: www.github.com/tdo95