Skip to content

TariqTechie-dev/frontend-backend-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ FRONTEND-BACKEND-PRACTICE

A complete full-stack learning repository for beginners & intermediate learners.

This project is designed to help learners practice HTML, CSS, JavaScript, Node.js, and Express.js through a cleanly structured folder system and chapter-wise exercises.

πŸ“‚ Project Structure πŸ”™ Backend backend/ β”œβ”€β”€ Express.js/ # Express.js practice files β”œβ”€β”€ node_modules/ # Auto-generated dependencies β”œβ”€β”€ index.js # Main backend entry point β”œβ”€β”€ notes.tldr # Short summary notes β”œβ”€β”€ package.json # Project metadata & dependencies └── package-lock.json # Dependency lock file

πŸ“¦ Node.js Practice nodejs/ β”œβ”€β”€ FigletDir/ # Figlet module practice β”œβ”€β”€ Fruits/ # JavaScript object/array practice β”œβ”€β”€ my notes/ # Personal notes & experiments └── myProject/ β”œβ”€β”€ package.json β”œβ”€β”€ script.js # Main script file └── script2.js # Additional script

🎨 Frontend Front-End/ β”œβ”€β”€ css/ # CSS chapters & practice β”œβ”€β”€ html/ # HTML practice chapters └── javascript/ # JS chapters & mini-projects β”œβ”€β”€ ai coding/
β”œβ”€β”€ chapter-4/ β”œβ”€β”€ chapter-5/ β”œβ”€β”€ chapter-6/ β”œβ”€β”€ chapter-7/ β”œβ”€β”€ chapter-8/ β”œβ”€β”€ chapter-9/ β”œβ”€β”€ chapter-10/ β”œβ”€β”€ chapter-11/ β”œβ”€β”€ chapter-12/ β”œβ”€β”€ chapter2/ β”œβ”€β”€ chapter3/ └── mini-project/

πŸš€ Getting Started βœ”οΈ Backend Setup

Open terminal and navigate to:

cd backend

or

cd nodejs/myProject

Install dependencies:

npm install

Run backend scripts:

node index.js

or

node script.js

🎨 Frontend Usage

Open:

Front-End/html/ Front-End/css/

directly in browser or editor.

Practice chapter-wise HTML, CSS & JS.

Explore:

Front-End/javascript/mini-project/

for small applications.

🎯 Learning Goals

Build a strong understanding of Node.js & Express.js

Practice HTML, CSS, JavaScript step-by-step

Learn folder organization like professional developers

Work on both backend & frontend logic

Build confidence for full-stack development

πŸ› οΈ Tools & Technologies Used Category Tools / Tech Backend Node.js, Express.js Frontend HTML5, CSS3, JavaScript Styling Framework Bootstrap Practice Tools Figlet, Modules, JS Exercises πŸ‘€ Author

Tariq Hussain Full-stack learner & self-taught developer. This repository is part of his coding journey to become a professional developer.

🀝 Contributing

Feel free to open issues, improve code, or add new practice files. Contributions are always welcome!

πŸ“„ License

This project is open-source and available for learning and educational purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors