An open API service indexing awesome lists of open source software.

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.

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)|