Dinesh Ramesh Posted on Feb 24, 2022 Can U suggest me the "Startup Projects" for only with "HTML & CSS"? #css #webdev #beginners #html Top comments (5) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Andrei Curelaru Andrei Curelaru Andrei Curelaru Follow Location Nîmes - France Joined Mar 9, 2018 • Feb 24 '22 • Edited on Feb 24 • Edited Dropdown menu Copy link Hide 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 Expand CuriousDev CuriousDev CuriousDev Follow Location Germany Joined Jan 8, 2022 • Feb 25 '22 Dropdown menu Copy link Hide 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 Expand Andrei Curelaru Andrei Curelaru Andrei Curelaru Follow Location Nîmes - France Joined Mar 9, 2018 • Feb 26 '22 Dropdown menu Copy link Hide 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 Expand Dani Amsalem Dani Amsalem Dani Amsalem Follow Front-end dev (ReactJS/NextJS), SOP-writing nerd, with a strong focus on Marketing including A/B testing, responsive design, CMSes, and accessibility. Location Alexandria, VA Pronouns he, him, his Work Marketing Developer at SignUpGenius Joined Sep 28, 2019 • Feb 25 '22 Dropdown menu Copy link Hide 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 Expand Paul C. Ishaili Paul C. Ishaili Paul C. Ishaili Follow CEO, ²⁴/⁷ Technology & Business Coach. Location Abuja, Nigeria Education Exploring and Coaching Work CEO, Appheart Joined Sep 29, 2021 • Feb 25 '22 Dropdown menu Copy link Hide github.com/mrpaulishaili/Instituti... Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (5)
ViteJS, with the CSS/JS Vanilla. vitejs.dev/guide/
Just
npm create viteoryarnor 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
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.
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.
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.
github.com/mrpaulishaili/Instituti...