Skip to content

andrelmlins/frontend-chronology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrontEnd Chronology

FrontEnd chronology of javascript frameworks and libraries.

License: MITNetlify StatusLanguage grade: JavaScript

Site Animation

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

  1. Show the history of the frontend frameworks.
  2. Only the use of javascript.
  3. 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.