This repository contains curriculum, exercises, assignments, and sample solutions for the Full-Stack Web Development workshop conducted at CodeRush.
Jagriti Srivastava
Full-Stack Developer | AI & ML Enthusiast | Technical Trainer
- 01 - UI and UX
- 02 - HTML and CSS
- 03 - JavaScript & DOM Manipulation
- 04 - Git & GitHub Workflow
- 05 - ......
Students will:
- Build a responsive portfolio website
- Use Git for version control
- Collaborate using GitHub (Fork β Branch β Pull Request)
- Develop a REST API with Node.js
- Connect frontend with backend
- Work with ......
- Deploy a full-stack project
- Hands-on coding sessions
- Real-world Git workflow
- Code reviews via Pull Requests
- Incremental module-based learning
- Fork this repository
- Create a feature branch
git checkout -b yourname-module
3. Commit your changes
git add .
git commit -m "Add task description"
4. Push to your fork
git push origin yourname-module
5. Create a Pull Request to the main instructor repo