Skip to content
/ zest Public

πŸš€ A blazingly fast Virtual Dom πŸš€

Notifications You must be signed in to change notification settings

Steadyx/zest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project Zest πŸ‹

Zest Logo

License Stars Forks

(Currently WIP)

Zest is a lightweight, powerful, and extensible frontend library for building modern web applications with TypeScript. Zest is inspired by the simplicity of React and aims to provide an easy-to-use, yet flexible way to create beautiful user interfaces. Co-authored by GPT-4, Zest combines cutting-edge AI technology with human-driven design principles to deliver a unique and efficient development experience.

πŸš€ Features

  • Minimalistic and lightweight
  • Intuitive API and component-based architecture
  • Powerful state management with built-in store
  • Virtual DOM for efficient updates
  • TypeScript support for type safety and better developer experience

πŸ“š Documentation

Visit our documentation website to learn more about Project Zest and how to get started with building your own applications.

πŸ“¦ Installation

Install Zest using npm:

npm install zest

Or yarn

yarn add zest

πŸ› οΈ Usage

Here's a simple example to get you started:

import { render } from "zest";

const App = () => {
  return (
    <div>
      <h1>Hello, Zest!</h1>
      <p>Welcome to your Zest-powered application.</p>
    </div>
  );
};

render(<App />, document.getElementById("root"));

πŸ’‘ Examples

You can find various examples of Zest applications in the examples folder of our GitHub repository.

🀝 Contributing

Contributions are welcome! Please read our contributing guide to learn how you can contribute to the project.

πŸ“ƒ License

Project Zest is MIT licensed.

πŸ™Œ Acknowledgements

Special thanks to the developers and maintainers of React, as their work served as inspiration for this project.

About

πŸš€ A blazingly fast Virtual Dom πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published