This repository contains my internship work for Codveda.
I made these projects level by level based on the official task list PDF and used this repo to track my practice, improvements, and final outputs.
- Build a Simple Static Website
- Create a Portfolio Webpage
- Introduction to JavaScript
- Responsive Web Design with Flexbox and Grid
- Build a To-Do List App with JavaScript
- Introduction to Front-End Frameworks (React or Vue)
- Build a Full-Stack CRUD Application
- User Authentication System
| Level | Task | Folder |
|---|---|---|
| Level 1 | Basic Task - 1 (Static/Bakery Website) | Basic Task - 1 (Bakery Website)/ |
| Level 1 | Basic Task - 2 (Portfolio) | Basic Task - 2 (Portfolio)/ |
| Level 1 | Basic Task - 3 (Interactive UI Elements) | Basic Task - 3 (Interactive UI Elements)/ |
| Level 2 | Intermediate Task - 1 (Campus Club Responsive Website) | Intermediate Task - 1 (Campus Club Responsive Website)/ |
| Level 2 | Intermediate Task - 2 (To-Do App with Local Storage) | Intermediate Task - 2 (To-Do List App)/ |
| Level 2 | Intermediate Task - 3 (React/Vue Basics) | Intermediate Task - 3 (React Calculator)/ |
| Level 3 | Advanced Task - 1 (Student Assignment Tracker) | Advanced Task - 1 (Student Assignment Tracker)/ |
| Level 3 | Advanced Task - 2 (Authentication System) | Advanced Task - 2 (User Authentication)/ |
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- React (Create React App and Vite, based on project)
- Node.js + Express
- MongoDB + Mongoose
- JWT Authentication
- For basic HTML/CSS/JS tasks: open
index.htmlin browser. - For React or full-stack projects: open that folder, run
npm install, then runnpm run dev(ornpm startwhere mentioned in that task README).
- Update LinkedIn with internship achievements.
- Tag
@Codvedaand include relevant hashtags. - Share a project video explanation with repository link.
- Keep separate task files/folders level-wise.
- Submit tasks within the 1 month timeline through the submission form when shared.
- Better understanding of HTML/CSS fundamentals and responsive design.
- Practical DOM manipulation and JavaScript event handling.
- How to build and connect frontend + backend projects.
- Basics of authentication and protected routes in real apps.
This repo is my complete internship practice journey, and I will keep improving these projects further.