Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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/.
https://github.com/claudiusayadi/js-framework
Last synced: about 2 months ago
JSON representation
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/.
- Host: GitHub
- URL: https://github.com/claudiusayadi/js-framework
- Owner: ClaudiusAyadi
- Created: 2024-03-11T05:13:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T05:31:56.000Z (10 months ago)
- Last Synced: 2024-03-11T06:33:50.301Z (10 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Framework
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
## 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](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)## 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](https://opensource.org/licenses/MIT).