kristianeboe / octo-ventures

Home Page:https://octo-ventures.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

TODO

  • Redirect to login if no active session - COMPLETED
  • Redirect to phase view upon login - COMPLETED
  • Landing page with login - COMPLETED
  • Calculate chance of success upon opening app - COMPLETED
  • Increment/decrement success chance upon answer changed - COMPLETED
  • Integrate links into best practice text - COMPLETED
  • Logout button - COMPLTETED
  • Login and usage metrics from users

Bugs

  • New user -> login with google: gets rerouted to phase view without user set (has to refresh to see input fields) - COMPLETED
  • Changing input values, change to another phase and back, changes not visible in input field. Have to reload to get changes. - COMPLETED
  • Unable to save cleared text input fields to firestore

About

https://octo-ventures.vercel.app


Languages

Language:JavaScript 61.3%Language:TypeScript 34.8%Language:CSS 3.9%