DEV Community

Dinesh Ramesh
Dinesh Ramesh

Posted on

Can U suggest me the "Startup Projects" for only with "HTML & CSS"?

Top comments (5)

Collapse
 
andikod profile image
Andrei Curelaru • Edited

ViteJS, with the CSS/JS Vanilla. vitejs.dev/guide/

Just npm create vite or yarn or pnpm, chose a name for your project, select Vanilla as JS and CSS frameworks, ...enjoy.

You can play with it here:
https://stackblitz.com/edit/vitejs-vite-nqowzq?file=index.html&terminal=dev

Collapse
 
curiousdev profile image
CuriousDev

But this would not only be HTML with CSS and I think the author would like to have some project to work on only using these technologies. Maybe to create some kind of portfolio would be interesting.

Collapse
 
andikod profile image
Andrei Curelaru

It creates precisely a standard index.html page, linked to a standard css and js page, all in the same folder. Old-school way, the bare minimum.

Collapse
 
damsalem profile image
Dani Amsalem

If that’s all you want to do, I’d just get through those courses on freecodecamp.org

As you progress through their stuff, you’ll have an excellent foundation to learn JavaScript and other related web dev tools.

Collapse
 
mrpaulishaili profile image
Paul C. Ishaili