anishaswain / Simple-JS-Projects

Looking to practice your JavaScript skills or need some beginner-friendly project ideas to work on? You've come to the right place! This repository is a collection of simple JavaScript project ideas to help you build and expand your coding portfolio.
13 stars 19 forks source link

Project 14 - Adds Calendar application using Javascript #43

Closed gyauelvis closed 9 months ago

gyauelvis commented 9 months ago

Calendar application

  1. Able to add multiple task on the selected date and delete task
  2. Show the specific day on the calendar
  3. Able to change dates and using the previous and next buttons
gyauelvis commented 9 months ago

Please add screen recording of the project as asked in the PR template and change the commit message to something meaningful like "adds calendar application using javascript"

I have recorded the video but how do I link the video in the file. Also do I have to host the video on any platform and embed it?I'm confused

anishaswain commented 9 months ago

Please add screen recording of the project as asked in the PR template and change the commit message to something meaningful like "adds calendar application using javascript"

I have recorded the video but how do I link the video in the file. Also do I have to host the video on any platform and embed it?I'm confused

Just upload it in the PR description by selecting it from your laptop folder

gyauelvis commented 9 months ago

Please add screen recording of the project as asked in the PR template and change the commit message to something meaningful like "adds calendar application using javascript"

I have recorded the video but how do I link the video in the file. Also do I have to host the video on any platform and embed it?I'm confused

Just upload it in the PR description by selecting it from your laptop folder

https://github.com/anishaswain/Simple-JS-Projects/assets/66832781/150ca3ab-2de1-4fef-8cd8-44fce581f073

gyauelvis commented 9 months ago

Please add screen recording of the project as asked in the PR template and change the commit message to something meaningful like "adds calendar application using javascript"

i have deleted the .vscode/settings.json do I create a new PR?

gyauelvis commented 9 months ago

I think I have resolved all the requested changes

anishaswain commented 9 months ago

I think I have resolved all the requested changes

Added new sets of reviews

gyauelvis commented 9 months ago

Done