frontend-chronology
frontend-chronology copied to clipboard
FrontEnd chronology of javascript frameworks and libraries
FrontEnd Chronology
FrontEnd chronology of javascript frameworks and libraries.
Goal
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"
}
How to insert new projects
- Fork this project
- Insert project in this pattern
{
"name": "",
"description": "",
"year": 2012,
"website": "",
"imageUrl": "",
"github": ""
}
Philosophy
- Show the history of the frontend frameworks.
- Only the use of javascript.
- Show the evolution of the frontend.
Contribution guidelines
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.
License
FrontEnd Chronology is open source software licensed as MIT.
