Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
232d748
create script.js and style.css / fix generate-ical.mjs / uptate inde…
DraftRoman Feb 23, 2026
218f036
feat (function renderCalendar (month, year) and function renderDay(da…
DraftRoman Feb 23, 2026
60d8085
feat (renderMonth / today is selected / next and previous month
DraftRoman Feb 23, 2026
8bdc1de
renderYear(selectedYear) and onchange event listener
DraftRoman Feb 24, 2026
1216fd6
Lighthouse / days of the week of first/last week of the month
DraftRoman Feb 24, 2026
2bf16d9
basic structure and fix the import
DraftRoman Feb 25, 2026
50488d4
addEventListener / splitTheText function
DraftRoman Feb 25, 2026
9e4d98e
function checkWordsInDictionary
DraftRoman Feb 25, 2026
b5595d6
refactoring and importing checkWordsInDictionary function
DraftRoman Feb 25, 2026
28881c6
renderResult function and lighthouse
DraftRoman Feb 25, 2026
cd99629
function addWordToDictionary(word) / add to dictionary button with e…
DraftRoman Feb 26, 2026
62fe441
refactoring common.mjs and structure of the website
DraftRoman Feb 26, 2026
239df4c
test implementation
DraftRoman Feb 26, 2026
177a13c
add style.css
DraftRoman Feb 26, 2026
a24a9c4
Prepare for GitHub Pages deployment
DraftRoman Feb 26, 2026
61891e5
two more tests for splitTheText / function initUI() / favicon to the…
DraftRoman Feb 27, 2026
b87964d
add elvent listner to the days
DraftRoman Feb 27, 2026
0a693a3
fix(today) and selected year
DraftRoman Mar 1, 2026
f333480
added export to the functions
DraftRoman Mar 1, 2026
6095f3a
createEvent / saveEvent / getAllEvents functions
DraftRoman Mar 2, 2026
854d461
deleteElement function / feat ( rederDay function) now it's not a button
DraftRoman Mar 2, 2026
8fcbae9
Delete the events renderEvents (event)
DraftRoman Mar 2, 2026
dc138d2
Merge pull request #1 from DraftRoman/roman-branch
DraftRoman Mar 4, 2026
d7ecd8d
feagetNthWeekdayOfMonth function / function downloadHolidays() / one …
DraftRoman Mar 4, 2026
f20c884
customDictionarySize function
DraftRoman Mar 4, 2026
fab4512
initial commit
Dresumewill Mar 5, 2026
a91464a
initial commit jsdom
Dresumewill Mar 5, 2026
530a075
rendering test for renderMont
Dresumewill Mar 5, 2026
36258b6
rendering day with checks
Dresumewill Mar 5, 2026
cb5e498
rendering year to receive year like 2026
Dresumewill Mar 5, 2026
f8de5a3
make the selected year by rendering year
Dresumewill Mar 5, 2026
e454928
fix (the next year problem)
DraftRoman Mar 6, 2026
e483b07
Merge pull request #2 from Dresumewill/will-calendar (tests)
DraftRoman Mar 6, 2026
cf86f06
Add files via upload
basmalainine Mar 6, 2026
08fd6e2
Merge pull request #3 from DraftRoman/roman-calendar-solo-branch
DraftRoman Mar 10, 2026
c4c79b6
Merge pull request #4 from DraftRoman/solo-project
DraftRoman Mar 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion Project-Days-Calendar/days.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,12 @@
"dayName": "Friday",
"occurrence": "last",
"descriptionURL": "https://codeyourfuture.github.io/The-Piscine/days/lemurs.txt"
}
},
{
"name": "World Octopus Day",
"monthName": "March",
"dayName": "Monday",
"occurrence": "second",
"descriptionURL": "https://codeyourfuture.github.io/The-Piscine/days/octopuses.txt"
}
]
Loading