Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3 - BunnieAbc (2024) #31

Open
wants to merge 73 commits into
base: main
Choose a base branch
from
Open

Version 3 - BunnieAbc (2024) #31

wants to merge 73 commits into from

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    fd65fd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    262206f View commit details
    Browse the repository at this point in the history
  3. Deps: update project deps

    tito-arch committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    2f9ca77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7d509a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29ee3d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30ca84d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cde0f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e2f46c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c9ffda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37917f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    eacf544 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Add: local proxy server

    This commit adds a new local proxy server to escape cors errors on local development
    tito-arch committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c5d590e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027ff30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    becd289 View commit details
    Browse the repository at this point in the history
  4. Add: blogs component

    This commit adds the blogs component that fetches xml data parses it to json
    Finally maps the received data
    tito-arch committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    944790e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8631203 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c53c5ad View commit details
    Browse the repository at this point in the history
  7. Feat: Fetch and Display Random Tech Blog Previews

    - Refactored the blog fetching logic to use `fetch` instead of `axios`.
    - Implemented parsing of XML data using `DOMParser`.
    - Updated the component to display a random tech-themed preview for each article.
    - Added pagination for better user experience.
    - Improved error handling and added a link to the main site if data fetching fails.
    tito-arch committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    7fefa84 View commit details
    Browse the repository at this point in the history
  8. Add: new blogs page route

    tito-arch committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    ff20905 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    ab1933b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b7395 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7198a19 View commit details
    Browse the repository at this point in the history
  4. Deprecated:

    tito-arch committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0f92ad1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Add: arrow buttons to move to next page

    Clean up time to something more useable
    Remove background color in text
    Add schema.org
    tito-arch committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    73216db View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    052eb81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d1e0bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    720853c View commit details
    Browse the repository at this point in the history
  4. Add: import unsplash

    tito-arch committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9db1758 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    657dd1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48e8956 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd0d2f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Add: static assets

    tito-arch committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    23c7e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9fb3c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    c69f007 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Add: problem statement images

    fix adress bar gradient
    tito-arch committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    65f744d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865481a View commit details
    Browse the repository at this point in the history
  3. Typo:

    tito-arch committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    b7aef76 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Add: shadcn ui components

    tito-arch committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    92d3454 View commit details
    Browse the repository at this point in the history
  2. Add: refactor card component

    Add: shadcn faqs accordion
    Test: stress test accordion
    tito-arch committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    bce0392 View commit details
    Browse the repository at this point in the history
  3. Add: leads form :shadcn ui

    tito-arch committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d26a544 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    e128990 View commit details
    Browse the repository at this point in the history
  2. update endpoint

    tito-arch committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f810023 View commit details
    Browse the repository at this point in the history
  3. Chore: update dependancies

    tito-arch committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    c71b79a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e661a54 View commit details
    Browse the repository at this point in the history
  5. Vamos: form 90% done

    tito-arch committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d01d54d View commit details
    Browse the repository at this point in the history
  6. touch ups

    tito-arch committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e1f0ec9 View commit details
    Browse the repository at this point in the history
  7. update FAQ section

    tito-arch committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    0d1f6ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97e5aa1 View commit details
    Browse the repository at this point in the history
  9. Fix: card padding x

    tito-arch committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    bf1dd03 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    b5abe4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ff2104 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    8c7f7c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    9b81685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b96ad3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd89e9c View commit details
    Browse the repository at this point in the history
  4. Refactor: change fetcing and rendering logic to server component. Ref…

    …actor fetching logic to server components Fixes issue #33
    tito-arch committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    5e50b0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e9a1c1 View commit details
    Browse the repository at this point in the history
  6. Add: loading GIF: Giphy

    tito-arch committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    41aa97e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #34 from tito-arch/server-side-components

    Server side component.
    
    Scraping of blogs is now powered by Serverside Components
    tito-arch authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e1cf25b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Winding up !

    tito-arch committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    0c0519d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. .

    tito-arch committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2aae8ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from tito-arch/server-side-components

    Server side components issue #33
    tito-arch authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2c9cae0 View commit details
    Browse the repository at this point in the history
  3. Add: microsoft clarity

    tito-arch committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    9bcb302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    656135a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9d6b00 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #36 from tito-arch/server-side-components

    Server side components
    tito-arch authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    0d9f4ce View commit details
    Browse the repository at this point in the history
  7. update personal page link

    tito-arch committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    5ce2e24 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    a458c66 View commit details
    Browse the repository at this point in the history
  2. Add: pass set selected plan function as a prop

    *pass selected plan value
    tito-arch committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    bc77e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0fc0b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f95b9c8 View commit details
    Browse the repository at this point in the history
  5. Add: A note to the people

    tito-arch committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9d59edb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #37 from tito-arch/server-side-components

    update personal page link
    tito-arch authored Mar 2, 2024
    1 Configuration menu
    Copy the full SHA
    4729e6b View commit details
    Browse the repository at this point in the history