Skip to content

A small project using server-client architecture to serve a website using vite (client), node (server), threejs, typescript, react, react-redux, react-router, and other tech. Deploys to google domain through google cloud run.

License

Notifications You must be signed in to change notification settings

shawilly/dev-portfolio

Repository files navigation

Dev Portfolio Site README

Overview

Welcome to the Dev Dossier Site project! I've put this together to help others like me explore building their own portfolio. It is built using TypeScript, Node.js, and Three.js for interactive 3D graphics. Additionally, I plan on building more integrations directly into the dossier, including the ability to play chess together :).

Features

  • TypeScript: The project uses TypeScript to ensure type safety and better code quality.

  • Node.js: Node.js is used for server-side scripting and as the backend environment.

  • Three.js: Three.js is a powerful 3D graphics library for creating interactive 3D content in the browser. It is used to add a creative touch to your portfolio.

  • React + Vite: Integrating React with Vite allows this site to provide you with faster development (HMR - Hot Module Replacement) and an improved development experience.

  • Tailwind: A utility-first CSS framework for rapidly building custom user interfaces.

Tech Stack

           

             


Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/shawilly/dev-dossier.git
  2. Install dependencies:

    cd dev-dossier
    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and visit http://localhost:8080 to see the portfolio site in action.

Project Structure

The project is organized as follows:

  • src/: This directory contains the source code of the project.
  • public/: Public assets like images and static files.

Contributing

I welcome contributions from the community! If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository and create your branch from main.

  2. Open a pull request with a clear description of your changes and the problem you are solving.

  3. Please make sure your code follows the established coding style and passes linting checks.

Issues and Bug Reports

If you encounter any issues or have suggestions for improvement, please open an issue on GitHub. We appreciate your feedback and contributions.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

We would like to thank the developers of the following Vite plugins for making the integration of React and Vite possible:

Their contributions have helped enhance the development experience for this project.

Happy coding!

About

A small project using server-client architecture to serve a website using vite (client), node (server), threejs, typescript, react, react-redux, react-router, and other tech. Deploys to google domain through google cloud run.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published