Giter VIP home page Giter VIP logo

node.js-learning-projects's Introduction

Projects made while Learning from various sources

  • Description: A colorfull cli application to add | remove | view | read, the notes
  • DB: Local json file
  • Tags: Argument Parsing, CLI, Colorfull CLI
  • Instructions to Run
# cd to notes-app
npm install
  • Usage
npm app.js --help
npm app.js add --title="Add Example" --body="My Node Project 1"
node app.js remove --title="Remove this title"
node app.js list
node app.js read --title="read this title"
  • Hosted Web-App here
Maybe Removed Now
  • Description: Web App that gives weather of any location that is queried
  • Tags: Express, Web-App, API
  • Instructions to Run
# cd to weather-app
npm install
  • Usage
npm run start
  • Hosted Web-App here
Maybe Removed Now
  • Description: Collection of 16 API Endpoints for user and their tasks
  • Tags: Express, Web-App, API, MongoDB, SendGrid, Mongoose, JWT, jestjs
  • DB: MongoDB Atlas
  • Postman API docs: here
  • Instructions to Run
# cd to task-manager
npm install
node src/index.js# production mode
# for dev mode --> Install with dev dependencies --> npm run dev
  • Hosted Web-App here
Maybe Removed Now
  • Description: Chat App written using sockets.io with frontend part also done
  • Tags: Web-App, socket.io, frontend
  • Instructions to Run
# cd to chat-app
npm install
npm run start# production mode
# for dev mode --> Install with dev dependencies --> npm run dev

node.js-learning-projects's People

Contributors

1uc1f3r616 avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

sprint-code

node.js-learning-projects's Issues

Automated issue for pr made

need to add an if check so create an issue with pr number only when it is dependant bot
pr is refs/pull/17/merge

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.