forked from kshitijofficial/projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cda4de0
commit 37f89e8
Showing
17 changed files
with
142 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Discord UI Clone | ||
tags: ["React","Tailwind"] | ||
starter-files: https://github.com/codedamn-projects/discord-ui-clone | ||
type: frontend | ||
level: easy | ||
cover-image: https://raw.githubusercontent.com/codedamn-projects/discord-ui-clone/master/designs/cover-image.png | ||
short-description: Build a Functional Discord Clone UI with React and Tailwind CSS | ||
long-description: | | ||
Your challenge is to build out a Discord Interface and get it to look as close to the design as possible. | ||
This project focuses on your React and CSS skills, but you can use any tools you like to help you complete the project. So if you've got something you'd like to practice, feel free to give it a go. | ||
Your final project should consist of the following functionalities | ||
- Functional Lading page of Discord along with header and footer | ||
- Login and Register Page | ||
- Main Page (Dashboard Page) of Discord | ||
- Add Friends Page | ||
- Server Page | ||
You can go through the `Readme.md` to see more details regarding the project and the assets folder to see the preview images of the project for desktop and mobile viewports. | ||
# https://codedamn.com/projects specific section | ||
codedamn: | ||
helper-learning-path: frontend | ||
show-community-banner: true | ||
playground-layout: terminal-editor-browser | ||
playground-image: html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: JSON Proxy Holder | ||
tags: ["JavaScript", "Node.js", "Express"] | ||
starter-files: | ||
type: backend | ||
level: easy | ||
cover-image: | ||
short-description: In this project, you're supposed to work with a popular JSON placeholder API by proxying the response from your backend server. | ||
long-description: | | ||
Your challenge is to build out a Quiz App and get it to look as close to the design as possible. | ||
This project focuses on your JavaScript and Node.js skills, but you can use any tools you like to help you complete the project. So if you've got something you'd like to practice, feel free to give it a go. | ||
Your tasks for this project are | ||
- proxy all of your backend requests received to the `jsonplaceholder.typicode.com` endpoint | ||
- add a custom header in every response you send | ||
- using the backend api to build a simple react app that displays the data from the backend api you've created | ||
You can go through the `Readme.md` to see more details regarding the project and the assets folder to see the preview images of the project for desktop and mobile viewports. | ||
# https://codedamn.com/projects specific section | ||
codedamn: | ||
helper-learning-path: frontend | ||
show-community-banner: true | ||
playground-layout: terminal-editor-browser | ||
playground-image: html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: LinkedIn Clone | ||
tags: ["HTML/CSS","JavaScript"] | ||
starter-files: | ||
type: fullstack | ||
level: easy | ||
cover-image: https://raw.githubusercontent.com/codedamn-projects/linked-in-nextjs-clone/master/designs/Linked%20In%20Clone%20Home%20%5BDesktop%5D.png | ||
short-description: Build the complete LinkedIn application UI, API, and the Database | ||
long-description: | | ||
Your challenge is to build out a Quiz App and get it to look as close to the design as possible. | ||
This project focuses on Next.js,Node.js & MongoDB but you can use any tools you like to help you complete the project. So if you've got something you'd like to practice, feel free to give it a go. | ||
In this project | ||
- You have to make the user interface based on the designs provided | ||
- You should be also able to make an API to connect the to you application and perform database read and write operations | ||
You can go through the `Readme.md` to see more details regarding the project and the assets folder to see the preview images of the project for desktop and mobile viewports. | ||
# https://codedamn.com/projects specific section | ||
codedamn: | ||
helper-learning-path: frontend | ||
show-community-banner: true | ||
playground-layout: terminal-editor-browser | ||
playground-image: html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Quiz App | ||
tags: ["HTML/CSS","JavaScript"] | ||
starter-files: https://github.com/codedamn-projects/quiz-app | ||
type: frontend | ||
level: easy | ||
cover-image: https://raw.githubusercontent.com/codedamn-projects/quiz-app/master/assets/desktop-design.jpg | ||
short-description: An interactive, timed JavaScript quiz that stores a high score leaderboard in local storage. | ||
long-description: | | ||
Your challenge is to build out a Quiz App and get it look as close to the design as possible. | ||
This project focuses HTML, CSS & JS. Javascript is really important in this since it allows the app to be functional by validating the correct answer | ||
You can use any tools you like to help you complete the project. So if you've got something you'd like to practice, feel free to give it a go. | ||
Your users should be able to: | ||
- View Highscores | ||
- Start and Complete the quiz with the functional timer | ||
- When questions of the quiz are completed the score is set to the remaining seconds of the timer. | ||
- The score should be added the to high scores in local storage | ||
- The high scores should be sorted in descending order by score | ||
You can go through the `Readme.md` to see more details regarding the project and the assets folder to see the preview images of the project for desktop and mobile viewports. | ||
# https://codedamn.com/projects specific section | ||
codedamn: | ||
helper-learning-path: frontend | ||
show-community-banner: true | ||
playground-layout: terminal-editor-browser | ||
playground-image: html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters