Skip to content

djoufson/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

My Personal Website

Website overview

This is the source code for my personal website, built with modern web technologies to showcase my skills, projects, and professional journey. The website is implemented using .NET 8 Blazor Server-Side Rendering (SSR) and styled with Tailwind CSS.

Table of Contents

Technologies Used

  • .NET 8 Blazor SSR: Provides a robust and flexible framework for building server-rendered web applications.
  • Tailwind CSS: A utility-first CSS framework for fast UI development.
  • C#: Core programming language used for building components and server logic.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/djoufson/website.git
    cd website
  2. Install Tailwind CSS:

    Navigate to the project directory and run:

    npm install

Running the Application

  1. Run the application:

    dotnet run --project ./app
  2. Open your web browser and navigate to https://localhost:8000 to view the website.

Development

To continuously watch for changes in Tailwind CSS during development, run:

npm run tailwind

Contributing

Contributions are welcome! If you'd like to contribute to this project:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add a new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

Please ensure your code follows the project's coding style and conventions.

License

This project is licensed under the MIT License.

Contact

If you have any questions, suggestions, or would like to connect, feel free to reach out:

About

This is my personal website ๐ŸŒ http://djoufson-tech.azurewebsites.net/

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published