Skip to content

🌠 An overview of the JavaScript landscape in 2020: trends about front-end and Node.js frameworks, tooling, testing, Vue, React...

Notifications You must be signed in to change notification settings

lex111/javascript-risingstars

 
 

Repository files navigation

image

JavaScript Rising Stars

An overview of the JavaScript landscape in 2020: trends about front-end and Node.js frameworks, React, Vue and Angular ecosystems, tooling, testing, GraphQL...

Available in English, Chinese and Spanish (soon!)

Credits

Team members

Stack

How to contribute?

Requirements: Node.js 14+

  • Clone the repo
  • Install the dependencies: npm install
  • Start the development server: npm run dev
  • Check the following URL: http://localhost:3000/
  • Update the comments in your language

Translations

The content to translate are located in the i18n folder.

There are 2 types of file to translate:

  • markdown content inside the md folder
  • key/values messages stored as JSON in the messages folder
./i18n
├── md
│   └── collections
│       └── 2020
│           └── en
│               ├── categories
│               │   ├── all.md
│               │   ├── angular.md
│               │   ├── build.md
│               │   ├── framework.md
│               │   ├── nodejs-framework.md
│               │   ├── react.md
│               │   └── vue.md
│               ├── conclusion.md
│               ├── guests
│               │   ├── atinux.md
│               │   ├── bblackwo.md
│               │   └── leerob.md
│               └── introduction.md
└── messages
    ├── 2020
    │   └── en.json
    └── common
        ├── en.json

About

🌠 An overview of the JavaScript landscape in 2020: trends about front-end and Node.js frameworks, tooling, testing, Vue, React...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.6%
  • CSS 25.7%
  • TypeScript 8.7%