Skip to content
/ www Public

a simple version of theppitak.me portfolio website

License

Notifications You must be signed in to change notification settings

mmmmmob/www

Repository files navigation

theppitak.me

Theppitak M_

theppitak.me , my portfolio site built with React, Bun, and Vite. Design with cleanliness and simplicity in mind.

Table of Contents

Features

  • Responsive design
  • Dark mode support
  • Projects showcase

Demo

Check out the live demo here.

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

Ensure you have the following tools installed:

  • Bun (v1.1.x or higher)

Installation

  1. Clone or create your own respository from template:

    git clone https://github.com/mmmmmob/www.git
    cd www
  2. Install dependencies using Bun:

    bun install

Running the Project

Start the development server:

bun run dev

Open your browser and visit http://localhost:5173 or the address as shown in your terminal to see your portfolio.

Now Playing Bar

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

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.

You can opt-out of this feature by removing the <NowPlaying/> component from App.jsx.

Technologies Used

Contributing

Contributions are welcome! Please fork this repository and submit a pull request for any feature requests, bug fixes, or improvements.

  1. Fork the repository
  2. Create your feature branch: git checkout -b feature/YourFeature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/YourFeature
  5. Open a pull request

License

This project is licensed under the Creative Commons license. See the LICENSE file for details.