You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2024. It is now read-only.
theppitak.me , my portfoilio site built with React, Bun, and Vite. Design with cleanliness and simplicity in mind.
5
+
theppitak.me , my portfolio site built with React, Bun, and Vite. Design with cleanliness and simplicity in mind.
6
6
7
7
## Table of Contents
8
8
@@ -14,6 +14,7 @@ theppitak.me , my portfoilio site built with React, Bun, and Vite. Design with c
14
14
-[Prerequisites](#prerequisites)
15
15
-[Installation](#installation)
16
16
-[Running the Project](#running-the-project)
17
+
-[Now Playing Bar](#now-playing-bar)
17
18
-[Technologies Used](#technologies-used)
18
19
-[Contributing](#contributing)
19
20
-[License](#license)
@@ -63,17 +64,19 @@ bun run dev
63
64
64
65
Open your browser and visit `http://localhost:5173` or the address as shown in your terminal to see your portfolio.
65
66
66
-
### Spotify Now Playing Bar
67
+
### Now Playing Bar
68
+
69
+
The Now Playing Bar at the bottom pf the page uses Spotify's Now Playing API to retrieve information about your current listening song and render the data live on your site
67
70
68
71
Refer to the `.env.example` file to learn how to obtain your credential tokens from the Spotify Developer website. Use these tokens in production by creating a `.env.local` file in your folder. Remember to set the actual environment variables on your deployment platform.
69
72
70
73
You can opt-out of this feature by removing the `<NowPlaying/>` component from `App.jsx`.
71
74
72
75
## Technologies Used
73
76
74
-
-**Frontend**: React, Tailwind CSS, daisyUI and react-icons
75
-
-**Bundler**: Vite
76
-
-**Package Manager**: Bun
77
+
-**Frontend**: [React](https://react.dev/), [Tailwind CSS](https://tailwindcss.com/), [daisyUI](https://daisyui.com/) and [react-icons](https://react-icons.github.io/react-icons/)
78
+
-**Bundler**: [Vite](https://vitejs.dev/)
79
+
-**JavaScript Runtime and Package Manager**: [Bun](https://bun.sh/)
77
80
78
81
## Contributing
79
82
@@ -87,4 +90,4 @@ Contributions are welcome! Please fork this repository and submit a pull request
87
90
88
91
## License
89
92
90
-
This project is licensed under the Creative Commons CC-BY-SA-4.0 license. See the [LICENSE](LICENSE) file for details.
93
+
This project is licensed under the Creative Commons license. See the [LICENSE](LICENSE) file for details.
desc: "Since high school, I've always been passionate about Apple software. After finishing the bootcamp, I decided to dive into native iOS development. I taught myself Swift through online courses and various hands-on projects. In just two months, I created my first native iOS application, Lotto Journal.",
10
+
desc: "Since high school, I've always been passionate about Apple platform. After finishing the bootcamp, I decided to dive into native iOS development. I taught myself Swift through online courses and various hands-on projects. After two months, I created my first native iOS application, Lotto Journal.",
0 commit comments