ClaudiusAyadi / js-framework

My initial attempt at developing and understanding how a JavaScript frontend framework works using M. Frachet's tutorials at: https://mfrachet.github.io/create-frontend-framework/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Framework

License

Description

A project for learning how frontend frameworks work. This project aims to provide a hands-on experience with various frontend frameworks and their core concepts.

Table of Contents

Installation

  1. Clone the repository: git clone https://github.com/ClaudiusAyadi/js-framework.git
  2. Install dependencies: pnpm install

Usage

  1. Start the development server: pnpm start
  2. Open your browser and navigate to http://localhost:1234

Features

  • Feature 1: Description of feature 1
  • Feature 2: Description of feature 2
  • ...

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a pull request

License

This project is licensed under the MIT License.

About

My initial attempt at developing and understanding how a JavaScript frontend framework works using M. Frachet's tutorials at: https://mfrachet.github.io/create-frontend-framework/.