Skip to content

Commit

Permalink
new projects added
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavtechie committed Jul 21, 2022
1 parent 24c3a7d commit cda4de0
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 1 deletion.
31 changes: 31 additions & 0 deletions calculator-clone/spec.yml
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
2 changes: 1 addition & 1 deletion disney-clone-react/spec.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name:
name: Disney clone project [React]
tags: ["React"]
starter-files: https://github.com/codedamn-projects/disney-clone-react
type: frontend
Expand Down
19 changes: 19 additions & 0 deletions pinterest-clone/spec.yml
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
32 changes: 32 additions & 0 deletions todo-app/spec.yml
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

0 comments on commit cda4de0

Please sign in to comment.