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
24c3a7d
commit cda4de0
Showing
4 changed files
with
83 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Calculator clone | ||
tags: ["HTML/CSS","JavaScript"] | ||
starter-files: https://github.com/codedamn-projects/calculator-clone | ||
type: frontend | ||
level: easy | ||
cover-image: https://raw.githubusercontent.com/codedamn-projects/calculator-clone/main/assets/desktop-design.jpg | ||
short-description: Build Calculator clone using the assets we provide and test your HTML, CSS and JavaScript skills. | ||
long-description: | | ||
Your challenge is to build out a calculator clone get it looking as close to the design as possible. | ||
This challenge focuses HTML, CSS & JS. Javascript is really important in this since it allows the app to be functional | ||
You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go. | ||
Your users should be able to: | ||
- Perform all the arithmetic operations as seen in the screenshot | ||
- Clear input | ||
- Delete input | ||
All the best" | ||
# 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Pinterest Clone | ||
tags: ["Node.js", "GraphQL"] | ||
starter-files: https://github.com/codedamn-projects/codedamn-pinterest-clone | ||
type: backend | ||
level: easy | ||
cover-image: https://github.com/codedamn-projects/codedamn-pinterest-clone/raw/main/images/pinterestClone.png | ||
short-description: Practice the basics of creating a GraphQL API (CRUD, Project Structure, Best Practices...). | ||
long-description: | | ||
There are many good ideas of projects used with the main purpose of learning a technology. A good side project is always one that isn't too complicated, but allows you to learn the basic syntax of the technologies used and a bit of how to structure an application with those technologies. A Pinterest Clone is a good example of that. | ||
# https://codedamn.com/projects specific section | ||
codedamn: | ||
helper-learning-path: backend | ||
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,32 @@ | ||
name: Todo App | ||
tags: ["HTML/CSS","JavaScript"] | ||
starter-files: https://github.com/codedamn-projects/todo-app | ||
type: frontend | ||
level: easy | ||
cover-image: https://raw.githubusercontent.com/codedamn-projects/todo-app/main/assets/desktop-design.jpg | ||
short-description: Build a Todo App clone using the assets we provide and test your HTML, CSS and JavaScript skills | ||
long-description: | | ||
Your challenge is to build out a Todo App clone & get it looking as close to the design as possible. | ||
This challenge focuses on HTML & CSS & JS. Javascript is used for making the website functional. | ||
You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go. | ||
Your users should be able to: | ||
- Add a Todo | ||
- Mark Todo as done (strike through) | ||
- Delete Todo | ||
- Additionally, you can also persist a users Todo in local storage so that his Todo's exist even after a page refresh. | ||
All the best | ||
# https://codedamn.com/projects specific section | ||
codedamn: | ||
helper-learning-path: frontend | ||
show-community-banner: true | ||
playground-layout: terminal-editor-browser | ||
playground-image: html |