Deadline Wednesday evening
The tasks are all about Javascript and jQuery exercise. It is going to be very beneficial for you. Try to gain the most from it..
-
First of all fork this repository. After forking you should see this repo in your own GitHub account.
-
Now you have the repo in your GitHub. Clone the repo. Now you can work locally.
-
The project contains
index.html,style.cssandapp.js. The css and js files are already connected to the html file. So you may start writing js code right away. But don't forget to include jQuery in theindex.html. If you preview the html, you will see no functioning web-page. Your task is to make them functioning.
Deletebuttons should remove the topics (lielements).Addbutton should add a topic (anlielement inside 2spanelements).- There is a
checkboxunder the topics. It should hide all topics when checked, unhide when unchecked. (hide allulelements) - There is search field above. It should filter the topics (filter
lielements). It should be case-insensitive. - After finishing the tasks; do
addcommitandpushto update the repository on your GitHub account, and share the link of the project like this via Trello. Remember: Repository settings > GitHub Pages > Source (master)
- You may add your own styles and possibly add more items and functionalities to the project. You may use this project for your portfolio. Even it could be shared via LinkedIn rightaway.
If you have a problem in forking cloning and starting the issue locally; please ask for an help immediately. These are not the tasks for this week, use your energies wisely. For the other bullet points; push yourself and try to solve them on your own but again you shouldn't be working in one bullet point more than 3 hours, please ask for an help when you stuck.
Note: You may get help from here
Good Luck!