Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readmes #97

Merged
merged 8 commits into from
May 1, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
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
18 changes: 9 additions & 9 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,13 @@ addWhatappEventHandler();

// service worker

if('serviceWorker' in navigator){
window.addEventListener('load', () => {
navigator.serviceWorker.register('/sw.js')
.then( (reg)=>{
console.log('service worker registered', reg)
})
.catch((err)=> console.log('Service worker not registered', err));
});
// if('serviceWorker' in navigator){
// window.addEventListener('load', () => {
// navigator.serviceWorker.register('/sw.js')
// .then( (reg)=>{
// console.log('service worker registered', reg)
// })
// .catch((err)=> console.log('Service worker not registered', err));
// });

}
// }
26 changes: 25 additions & 1 deletion docs/dev-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,40 @@ Not all elements made it into the final product, some others also got modified,
<br><br>


## Countdown V2 currently
## Countdown V2
* redesigned UI; sidebar navigation added, multiple themes and backgrounds to choose from
* User created countdowns is now possible; can edit, delete and set a countdown to display on homepage
* Added sharing of the day of year Count to Whatsapp platform

![v2 mobile alt1](https://user-images.githubusercontent.com/73431750/161403556-db26fc75-581e-43e1-8008-f0e3627826a6.png)
![v2 pc](https://user-images.githubusercontent.com/73431750/161403301-3f0eea81-6edd-49aa-80b9-d90996449af4.png)
![goku@0,5x](https://user-images.githubusercontent.com/73431750/163831402-05a3a93d-db85-48fb-b35e-96d7f98f3dd1.jpg)


## Countdown v2.1.0
* Added black theme
* Enhanced app security and integrity by sanitizing form inputs
* Improved documentation with the addition of the [dev process](/docs/dev-process.md)

![black theme](https://user-images.githubusercontent.com/73431750/163834582-2b98f0be-af25-4011-a0be-361d01a50d4e.png)


## Countdown v2.2.0
* Updated `authors` page to a functional `about` page
* Added in a special `today` page: <br>
&emsp; Stay current, share the `dayCount` to Whatsapp and many more to come
* Provided dark mode styles for form popups, improved responsiveness and styling

![v220@0,5x](https://user-images.githubusercontent.com/73431750/165914344-9e812d54-f5d7-4887-8a70-50253c36f85c.png)


### Potential and/or current developments
* listpage as the homepage with onboarding
* ui for elapsed countdown and clickless countdown updating
* styling for deadline on homepage

![elapse ui](https://user-images.githubusercontent.com/73431750/166104394-9bdf011d-499e-4a14-a81a-af07e7ebfd93.png)


---
#### Many more to come, stay tuned!
20 changes: 19 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,31 @@ Added contributor [Nathaniel Nyakotey](https://github.com/nyakotey)


## Countdown v2.0.0
* redesigned UI; sidebar navigation added, multiple themes and backgrounds to choose from
* Redesigned UI; sidebar navigation added, multiple themes and backgrounds to choose from
* User created countdowns is now possible; can edit, delete and set a countdown to display on homepage
* Added sharing of the day of year Count to Whatsapp platform

![v2 mobile alt1](https://user-images.githubusercontent.com/73431750/161403556-db26fc75-581e-43e1-8008-f0e3627826a6.png)
![v2 pc](https://user-images.githubusercontent.com/73431750/161403301-3f0eea81-6edd-49aa-80b9-d90996449af4.png)


## Countdown v2.1.0
* Added black theme
* Enhanced app security and integrity by sanitizing form inputs
* Improved documentation with the addition of the [dev process](/docs/dev-process.md)

![black theme](https://user-images.githubusercontent.com/73431750/163834582-2b98f0be-af25-4011-a0be-361d01a50d4e.png)


## Countdown v2.2.0
* Updated `authors` page to a functional `about` page
* Added in a special `today` page: <br>
&emsp; Stay current, share the `dayCount` to Whatsapp and many more to come
* Provided dark mode styles for form popups, improved responsiveness and styling

![v220@0,5x](https://user-images.githubusercontent.com/73431750/165914344-9e812d54-f5d7-4887-8a70-50253c36f85c.png)


---
#### Many more to come, stay tuned!
For more details, and live updates, checkout the [dev process](/docs/dev-process.md) readme