akulsr0 / learn-js

A website having collection of javascript programs and questions.

Home Page:https://learn-js-tech.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LearnJS

This website has a collection of Javascript programs and questions.

Live Preview: http://learnjs.tech/

Running it locally

  1. Clone the repository
$ git clone https://github.com/akulsr0/learn-js
  1. Install dependencies
$ cd learn-js
$ npm install
  1. Running server
$ node server.js

Open http://localhost:3001 in browser to checkout it locally.

Contributing

Ways to contribute

  • Reporting a bug or issue
  • Adding a program
  • Adding a question

STEPS:

  1. Fork the repo, clone forked repo on your machine.
  2. If you want to add a program goto programs folder, or else if you want to add some question goto questions folder.
  3. Add a markdown file there, (NOTE: it's name must be in kebab-case i.e. "this-is-my-file.md")
  4. Check other md files in same directory for reference how you need to add the content.
  5. Commit and push to forked repo.
  6. Send PR!

About

This project is built by Akul Srivastava. Here are my social profiles:

About

A website having collection of javascript programs and questions.

https://learn-js-tech.herokuapp.com/


Languages

Language:JavaScript 99.0%Language:CSS 1.0%