Giter Site home page Giter Site logo

markmental / preact95-starter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 29 KB

Template project built using Preact and React95. It provides a starting point for building Windows 95-style applications using modern web technologies.

HTML 5.58% CSS 39.97% JavaScript 54.45%

preact95-starter's Introduction

Preact95-Starter

Preact95-Starter is a template project built using Preact and React95. It provides a starting point for building Windows 95-style applications using modern web technologies.

CSS Setup

The CSS for this project is set up to use a Dracula theme, with #f73f67 as the primary color and #282a36 as the background color. These colors can be modified in the index.css file to customize the appearance of the application.

To change the theme, simply update the values of the color and background-color CSS properties in the :root selector of the index.css file. For example, to change the primary color to blue and the background color to white, you would update the index.css file as follows:

:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: #0000ff; /* Modified to blue accent color */
  background-color: #ffffff; /* Modified to white background color */

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

Getting Started

To get started with this project, simply clone or download the repository and install the dependencies using your package manager of choice. Then, start the development server to see the application in action.

git clone https://github.com/markmental/preact95-starter.git
cd preact95-starter
npm install
npm run dev

preact95-starter's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.