Skip to content

Commit

Permalink
Removal of broken challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanandpai committed Jul 23, 2024
1 parent 3a3962c commit ee244fc
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 171 deletions.
69 changes: 0 additions & 69 deletions apps/react/src/challenges/quote-generator/App.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions apps/react/src/challenges/quote-generator/README.md

This file was deleted.

65 changes: 0 additions & 65 deletions apps/react/src/challenges/quote-generator/quote.module.css

This file was deleted.

2 changes: 0 additions & 2 deletions apps/react/src/pages/Challenge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import PasswordGenerator from '@/challenges/password-generator/App';
import PasswordStrength from '@/challenges/password-strength/passwordStrength';
import ProgressBar from '@/challenges/progressbar/App';
import QRCodeGenerator from '@/challenges/qr-code-generator/App.jsx';
import QouteGenerator from '@/challenges/quote-generator/App';
import Stack from '@/challenges/stack-implementation/Stack';
import StarRating from '@/challenges/star-rating/App';
import Stopwatch from '@/challenges/stopwatch/App';
Expand Down Expand Up @@ -100,7 +99,6 @@ const reactChallengesMap = {
'expense-tracker': <ExpenseTracker />,
pagination: <Pagination />,
'qr-code-generator': <QRCodeGenerator />,
'quote-generator': <QouteGenerator />,
'image-gallery': <ImageGallery />,
'word-count': <WordCounter />,
'temperature-converter': <TemperatureConverter />,
Expand Down
4 changes: 2 additions & 2 deletions shared/data/content/js-challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ const challenges: Map<string, IChallenge> = new Map([
[
'movie-info',
{
title: 'Movie-info app (online)',
title: 'Movie Info',
link: 'movie-info/',
difficulty: EDifficulty.Medium,
developer: 'AckermanLevi1',
Expand All @@ -545,7 +545,7 @@ const challenges: Map<string, IChallenge> = new Map([
[
'quiz-app-with-timer',
{
title: 'Quiz App with Timer',
title: 'Timer Quiz',
link: 'quiz-app-with-timer/',
difficulty: EDifficulty.Medium,
developer: 'Vivek-GuptaXCode',
Expand Down
12 changes: 1 addition & 11 deletions shared/data/content/react-challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ const challenges = new Map<string, IChallenge>([
tags: [],
},
],
[
'quote-generator',
{
title: 'Quote Generator',
link: 'quote-generator',
difficulty: EDifficulty.Easy,
developer: 'viditagrawal56',
tags: [],
},
],
[
'image-gallery',
{
Expand Down Expand Up @@ -235,7 +225,7 @@ const challenges = new Map<string, IChallenge>([
[
'stepper',
{
title: 'STEPPER',
title: 'Stepper',
link: 'stepper',
difficulty: EDifficulty.Easy,
developer: 'codechitra',
Expand Down

0 comments on commit ee244fc

Please sign in to comment.