Skip to content

Commit

Permalink
Netlify Img Added (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurav-Pant committed May 2, 2023
1 parent abc089e commit fb0a50d
Show file tree
Hide file tree
Showing 49 changed files with 1,523 additions and 1,524 deletions.
2 changes: 1 addition & 1 deletion src/common/footer/ExtendedFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const ExtendedFooter = () => {
{' '}
<img
alt="Deploys by Netlify"
src="https://www.netlify.com/v3/img/components/netlify-light.svg"
src="https://www.netlify.com/v3/img/global/badges/netlify-color-accent.svg"
/>{' '}
</a>
</p>
Expand Down
7 changes: 2 additions & 5 deletions src/common/search/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
/* Filter*/
.filter {
width: 100%;
padding: .5rem 1.6rem;
padding: 0.5rem 1.6rem;
height: 100%;

}

.filter .filter-area {
Expand All @@ -25,12 +24,10 @@
height: 100%;
}

.filter button{
.filter button {
color: var(--color-neutral-20);
}



.search-input .search-input-text {
box-sizing: border-box;
width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions src/plays/basic-calculator/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic Calculator
# Basic Calculator

This is a Simple calculator where one can do addition, subtraction, multiplication, division. All clear and delete facility is also there. No external library is used to make this play

Expand All @@ -11,7 +11,7 @@ This is a Simple calculator where one can do addition, subtraction, multiplicati

- User: bahnisikhadhar
- Gihub Link: https://github.com/bahnisikhadhar
- Blog:
- Blog:
- Video: https://www.stack-stream.com/v/basic-calculator-using-react-js-5

## Implementation Details
Expand Down
50 changes: 25 additions & 25 deletions src/plays/codenchill/Codenchill.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
import PlayHeader from 'common/playlists/PlayHeader';
import { Provider } from 'react-redux';
import store from './app/store';
import Main from './Main';
import './styles.css';

// WARNING: Do not change the entry componenet name
function Codenchill(props) {
// Your Code Start below.

return (
<>
<div className="play-details">
<PlayHeader play={props} />
<div className="overflow-y-auto grow p-0 color-change-5x">
<Provider store={store}>
<Main />
</Provider>
</div>
</div>
</>
);
}

export default Codenchill;
import PlayHeader from 'common/playlists/PlayHeader';
import { Provider } from 'react-redux';
import store from './app/store';
import Main from './Main';
import './styles.css';

// WARNING: Do not change the entry componenet name
function Codenchill(props) {
// Your Code Start below.

return (
<>
<div className="play-details">
<PlayHeader play={props} />
<div className="overflow-y-auto grow p-0 color-change-5x">
<Provider store={store}>
<Main />
</Provider>
</div>
</div>
</>
);
}

export default Codenchill;
104 changes: 52 additions & 52 deletions src/plays/codenchill/Readme.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
# CodeNchill

- `CodeNchill` is a productivity application designed to enhance your focus hours. This app integrates a lofi-music player and a Pomodoro timer to help you stay productive.

# Tool Features

- CodeNchill , the one-stop tool to take your productivity to the next level

- It comes with a bunch of features with a seamless User Experience and an elegant design for both mobile and desktop.

- The following are the features of the tool:

- You can easily play, pause , and shuffle your lo-fi tracks, and adjust the volume or mute the audio with just one click.

- You can set the timer in three fixed tabs - Rest, Work and Focus , or even set a custom timer to fit your specific needs. Once you turn on the timer, you can see it in the title of your browser tab.

- The key highlight of this tool is that it will notify you with a VOICE ALERT once the timer is over, reminding you to "rest" or "get back to work" based on your timer mode. If the timer is set for five minutes or less, it's time for rest , otherwise, it's time for get back to work mode.

- My main focus in this tool is on enhancing user accessibility, thus we have provided several keyboard shortcut keys for your convenience.:

➜ Press 's' to shuffel the tracks
➜ Press 'Spacebar' to play/pause
➜ Press 'Next arrow key' for next track
➜ Press 'Back arroy key' for previouse track
➜ Press 'm' to mute/unmute

## Play Demographic

- Language: js
- Level: Advanced

## Creator Information

- User: PriteshKiri
- Gihub Link: https://github.com/PriteshKiri
- Blog:
- Video: https://www.stack-stream.com/v/codenchill-2playsamonth-reactplay-io

## Implementation Details

- Managed Complex state logic for the data flow and even handling.
- Used redux-toolkit for inter component state changes and `useState` hooks for in-component state changes
- Used `useEffect` hook for API calls and prop change rendering.
- The data for tack, tack name and track image are fetched from Pixabay music.
- All styling has been done using `Tailwind` CSS classes and few with custom css. Used `React icons` for icons.
- Have taken care of responsiveness of the tool, can be operated on both desktop and mobile.

## Resources

- Have installed one node module for implementing the download feature:

- `redux-toolkit` module
# CodeNchill

- `CodeNchill` is a productivity application designed to enhance your focus hours. This app integrates a lofi-music player and a Pomodoro timer to help you stay productive.

# Tool Features

- CodeNchill , the one-stop tool to take your productivity to the next level

- It comes with a bunch of features with a seamless User Experience and an elegant design for both mobile and desktop.

- The following are the features of the tool:

- You can easily play, pause , and shuffle your lo-fi tracks, and adjust the volume or mute the audio with just one click.

- You can set the timer in three fixed tabs - Rest, Work and Focus , or even set a custom timer to fit your specific needs. Once you turn on the timer, you can see it in the title of your browser tab.

- The key highlight of this tool is that it will notify you with a VOICE ALERT once the timer is over, reminding you to "rest" or "get back to work" based on your timer mode. If the timer is set for five minutes or less, it's time for rest , otherwise, it's time for get back to work mode.

- My main focus in this tool is on enhancing user accessibility, thus we have provided several keyboard shortcut keys for your convenience.:

➜ Press 's' to shuffel the tracks
➜ Press 'Spacebar' to play/pause
➜ Press 'Next arrow key' for next track
➜ Press 'Back arroy key' for previouse track
➜ Press 'm' to mute/unmute

## Play Demographic

- Language: js
- Level: Advanced

## Creator Information

- User: PriteshKiri
- Gihub Link: https://github.com/PriteshKiri
- Blog:
- Video: https://www.stack-stream.com/v/codenchill-2playsamonth-reactplay-io

## Implementation Details

- Managed Complex state logic for the data flow and even handling.
- Used redux-toolkit for inter component state changes and `useState` hooks for in-component state changes
- Used `useEffect` hook for API calls and prop change rendering.
- The data for tack, tack name and track image are fetched from Pixabay music.
- All styling has been done using `Tailwind` CSS classes and few with custom css. Used `React icons` for icons.
- Have taken care of responsiveness of the tool, can be operated on both desktop and mobile.

## Resources

- Have installed one node module for implementing the download feature:

- `redux-toolkit` module
96 changes: 48 additions & 48 deletions src/plays/codenchill/styles.css
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
/* Background color styling */
.color-change-5x {
-webkit-animation: color-change-5x 10s linear infinite alternate both;
animation: color-change-5x 10s linear infinite alternate both;
}

@keyframes color-change-5x {
0% {
background: #90f4bd;
}
25% {
background: #fff494;
}
50% {
background: #ffbfe3;
}
75% {
background: #a6ddf3;
}
100% {
background: #f4cd9e;
}
}

/* Timer border styling */

.timer_dial {
-webkit-animation: timer_dial 2s ease-in infinite alternate both;
animation: timer_dial 2s ease-in infinite alternate both;
}

@keyframes timer_dial {
0% {
border: 5px solid rgb(172, 95, 255);
}

33% {
border: 5px solid rgb(239, 104, 104);
}

66% {
border: 5px solid rgb(40, 112, 255);
}

100% {
border: 5px solid rgb(155, 245, 141);
}
}
/* Background color styling */
.color-change-5x {
-webkit-animation: color-change-5x 10s linear infinite alternate both;
animation: color-change-5x 10s linear infinite alternate both;
}

@keyframes color-change-5x {
0% {
background: #90f4bd;
}
25% {
background: #fff494;
}
50% {
background: #ffbfe3;
}
75% {
background: #a6ddf3;
}
100% {
background: #f4cd9e;
}
}

/* Timer border styling */

.timer_dial {
-webkit-animation: timer_dial 2s ease-in infinite alternate both;
animation: timer_dial 2s ease-in infinite alternate both;
}

@keyframes timer_dial {
0% {
border: 5px solid rgb(172, 95, 255);
}

33% {
border: 5px solid rgb(239, 104, 104);
}

66% {
border: 5px solid rgb(40, 112, 255);
}

100% {
border: 5px solid rgb(155, 245, 141);
}
}
Loading

0 comments on commit fb0a50d

Please sign in to comment.