PanaceaMUJ / CloneWars22

Contributions to Clone Wars 2022 (October 2022)
GNU Affero General Public License v3.0
2 stars 15 forks source link

HTML, CSS, JS: Prompts #1

Open SiddhanthBhat opened 1 year ago

SiddhanthBhat commented 1 year ago

Create a single page Student Portfolio template using HTML, CSS and JavaScript.

Requirements:

  • Single Page with Portfolio element called index.html
  • Styling using CSS files
  • Use JavaScript to animate or provide additional functionality.
SiddhanthBhat commented 1 year ago

Create a template for the Parallax Effect.

Requirements:

  • Single Page with webpage called index.html
  • Styling using CSS files
  • Use JavaScript to create the Parallax Effect
SiddhanthBhat commented 1 year ago

Create a React landing page.

Requirements:

  • Single Page react project.
  • Navbar Component
  • Title, About Me, Contact Components
  • Additional components as desired
SiddhanthBhat commented 1 year ago

Create a React Calculator App.

Requirements:

  • Single Page react project.
  • Calculator UI components using React
  • Functionality for Addition, Subtraction, Multiplication, Division
SiddhanthBhat commented 1 year ago

Create a To-Do list WebApp.

Requirements:

  • Single Page project in the environment of your choice.
  • Functionality to add, remove and finish tasks.
  • Styles using CSS.