Fork of github.com/TomPlanche/my-website-2022-23 https://tomplanche.fr
  • TypeScript 94.1%
  • SCSS 5.6%
  • HTML 0.2%
  • JavaScript 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-11-26 22:11:37 +01:00
public [25] Decided to remove the techStack card layout (4 now). Added new layout for project pages. Added my GitHub link 2023-09-06 23:04:57 +02:00
src [32] Moved the scroll trigger to the header + better pill padding. 2023-11-26 22:11:37 +01:00
tests [32] Moved the scroll trigger to the header + better pill padding. 2023-11-26 22:11:37 +01:00
.eslintrc.cjs [14] Added a linter. Added two components, MagnetikContainer 2023-07-10 01:06:46 +02:00
.htaccess [22] Lots of (good) changes 2023-08-27 21:18:41 +02:00
index.html [27] Added a projects page. Added a better mobile support. 2023-09-24 12:12:23 +02:00
jest.config.js [4] LastFMHandler added. CurstomCursor added. 2023-06-11 19:08:33 +02:00
LICENSE [8] Add licence, readme and ts image 2023-06-14 16:21:59 +02:00
package.json [28] Small adjustments + homepage info. 2023-10-16 01:35:02 +02:00
README.md [8] Add licence, readme and ts image 2023-06-14 16:21:59 +02:00
tsconfig.json [20] The option selector now works. 2023-08-15 02:37:10 +02:00
tsconfig.node.json First Commit - Header in progress 2023-04-26 13:58:14 +02:00
vite.config.ts First Commit - Header in progress 2023-04-26 13:58:14 +02:00

My Website

Tech Stack

I built this website using the following technologies:

Custom Things

I made my own custom cursor, with customisable onHover events.
I also used my own API middleware, LastFM_Handler to fetch data from LastFM API.
With this middleware, I also buid the music player, which is a custom component.