FrontEnd chronology of javascript frameworks and libraries.
The purpose of this project is to show the chronology of FrontEnd frameworks and libraries javascript.
All data is inside the list.json
file. Example:
{
"name": "Bacon.js",
"description": "A small functional reactive programming lib for JavaScript. Turns your event spaghetti into clean and declarative feng shui bacon, by switching from imperative to functional. It's like replacing nested for-loops with functional programming concepts like map and filter",
"year": 2012,
"website": "https://baconjs.github.io/",
"imageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTPKc7afe-ptR1BTdcNYG7sGRzOD5nao-ozpbGjpvYdaUNfcmHW",
"github": "https://github.com/baconjs/bacon.js"
}
- Fork this project
- Insert project in this pattern
{
"name": "",
"description": "",
"year": 2012,
"website": "",
"imageUrl": "",
"github": ""
}
- Show the history of the frontend frameworks.
- Only the use of javascript.
- Show the evolution of the frontend.
If you want to contribute to FrontEnd Chronology, be sure to review the contribution guidelines. This project adheres to code of conduct. By participating, you are expected to uphold this code.
FrontEnd Chronology is open source software licensed as MIT.