- 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