mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Credits added. This was a lot
This commit is contained in:
@@ -10,10 +10,119 @@ const Credits = () => {
|
||||
<ul>
|
||||
<li>
|
||||
<h4>
|
||||
Credit 1
|
||||
Icons
|
||||
</h4>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure suscipit totam magni, maiores facere quisquam est sapiente eligendi saepe repellendus quam blanditiis magnam ipsa doloribus facilis. Expedita eos corrupti dolor!
|
||||
Go down arrow by <a href="https://www.flaticon.com/authors/icongeek26">Icongeek26</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
Color Palettes
|
||||
</h4>
|
||||
<p>
|
||||
<a href="https://colorhunt.co/palette/1fab8962d2a29df3c4d7fbe8">Light theme</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://colorhunt.co/palette/3038413a4750d72323eeeeee">Dark theme</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
Fonts
|
||||
</h4>
|
||||
<p>
|
||||
Title, <a href="https://fonts.google.com/specimen/Raleway">Raleway</a>.
|
||||
</p>
|
||||
<p>
|
||||
Body, <a href="ttps://fonts.google.com/specimen/Rambla">Rambla</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
Database
|
||||
</h4>
|
||||
<p>
|
||||
<a href="https://firebase.google.com">Firebase</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
Recurses for the logo
|
||||
</h4>
|
||||
<p>
|
||||
Stopwatch by <a href="https://www.flaticon.com/authors/freepik">Freepik</a>
|
||||
</p>
|
||||
<p>
|
||||
Clockify <a href="https://clockify.me/brand-assets">Brand assets</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
Loading gif
|
||||
</h4>
|
||||
<p>
|
||||
From <a href="https://icons8.com/preloaders/">icons8.com</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<h4>
|
||||
Tools
|
||||
</h4>
|
||||
<p>
|
||||
<a href="https://www.figma.com/file/qG6akBHdYKhgpUgKRwlju7/PY-34-Pomodoro-Timer-with-Clockify-integration?node-id=0%3A1">Figma</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration">Github</a>
|
||||
</p>
|
||||
<p>Notion</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
APIs
|
||||
</h4>
|
||||
<p>
|
||||
<a href="https://clockify.me/developers-api">Clockify API</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
Inspiration
|
||||
</h4>
|
||||
<p>
|
||||
<a href="https://pomodorotimer.online">Pomodoro Timer</a>. I love this page.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
Sounds
|
||||
</h4>
|
||||
<p>
|
||||
<a href="https://www.zapsplat.com/music/desk-or-service-bell-ring-x2/">Ring x2</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.zapsplat.com/music/desk-or-service-bell-ring-x3/">Ring x3</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
Toogle switch
|
||||
</h4>
|
||||
<p>
|
||||
<a href="https://dev.to/karankmr/how-to-create-a-custom-toggle-switch-using-css-4pmi">This guide</a> by <a href="https://dev.to/karankmr">Karan Kumar</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
Timer logic
|
||||
</h4>
|
||||
<p>
|
||||
<a href="https://dev.to/zhiyueyi/how-to-create-a-simple-react-countdown-timer-4mc3">This guide</a> helped me a lot
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user