Giter Club home page Giter Club logo

journal-app's Introduction

Muhammad Rizqi Ardiansyah β€” A software engineer, Informatics Engineering Student, and a technology enthusiast

A software engineer focused on frontend website development. Currently studying Informatics Engineering at State University of Surabaya.

More about me at https://muhrizqiardi.vercel.app

Skills

Languages

  • HTML & CSS
  • JavaScript + TypeScript
  • SQL
  • Python

Frameworks & Libraries

  • React
  • Next.js
  • TailwindCSS
  • Express.js

Other Concepts or Tools

  • Git
  • Gitflow
  • MongoDB
  • PostgreSQL

journal-app's People

Contributors

muhrizqiardi avatar

Watchers

 avatar

journal-app's Issues

Change mood intervals and fixed values

Let's make it (including in database) this way:

Old:

name range emoji
happiest possible 1 😁
happy {0.75, 1} πŸ™‚
sad {0.5, 0.75} πŸ™
saddest possible {0.25, 0.5} 😞

Hell, it's even inconsistent across the app.

Let's change it to this:

name range fixed value (for NewEntryForm component) emoji
happiest possible 1 1 😁
happy [0.5, 1} 0.75 πŸ™‚
sad {0, 0.5} 0.25 πŸ™
saddest possible 0 0 😞

Create statistics page

  • show statistics page
    • show mood statistics
      • per month
      • per year
    • show entries word cloud
      • per month
      • per year

Build error: `Type error: Page "app/page.tsx" does not match the required types of a Next.js Page.`

Possibly happening on other pages too.

Build log on Vercel:

Failed to compile.
Type error: Page "app/page.tsx" does not match the required types of a Next.js Page.
  Invalid configuration:
    The exported Page component isn't correctly typed.
        Expected "{ searchParams: { page?: string; }; }", got "PageProps".
 ELIFECYCLE  Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1

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.