https://github.com/zilean12/prodigy-internship
This repository contains all the tasks given by Prodigy Infotech during my internship as a Full Stack Web Development intern.
https://github.com/zilean12/prodigy-internship
Last synced: 7 months ago
JSON representation
This repository contains all the tasks given by Prodigy Infotech during my internship as a Full Stack Web Development intern.
- Host: GitHub
- URL: https://github.com/zilean12/prodigy-internship
- Owner: Zilean12
- Created: 2024-06-12T12:11:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-18T10:59:06.000Z (over 1 year ago)
- Last Synced: 2025-02-09T22:42:53.393Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 581 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prodigy Internship - Full Stack Web Development
Welcome to my Prodigy Internship repository, showcasing the skills and projects completed during my internship as a Full Stack Web Developer. Below, you'll find details about the tasks completed, the technologies utilized, and how to set up and run each project locally.
## Table of Contents
- [Technologies Used](#technologies-used)
- [Tasks Completed](#tasks-completed)
- [Tasks Live link](#Taskslink)## Technologies Used
- **React**: Frontend library for building user interfaces.
- **Node.js**: JavaScript runtime for server-side development.
- **MongoDB**: NoSQL database used for data storage.
- **Tailwind CSS**: Utility-first CSS framework for styling.## Tasks Completed
### Task 1: Secure User Authentication
Implemented secure user authentication using JWT (JSON Web Tokens) for session management. Users can sign up, log in, and access protected routes.
### Task 2: Employee Management System
Developed an Employee Management System with CRUD (Create, Read, Update, Delete) functionality. Managers can add, edit, and remove employee records.
### Task 3: Local Store E-commerce Platform
Created a Local Store E-commerce Platform allowing users to browse products, add items to cart, and checkout. Integrated with MongoDB for storing product information.
## Tasks link
| Task Number | Task Description | Live Website Link |
|-------------|-------------------------------------------|-----------------------------------------------------|
| Task 1 | Secure User Authentication | [Live Website](https://prodigy-internship-sigma.vercel.app)|
| Task 2 | Employee Management System | [Live Website](https://prodigy-internship-fsii.vercel.app)|
| Task 3 | Local Store E-commerce Platform | [Live Website](https://prodigy-internship-iii.vercel.app)|