Skip to content

In this repository ill save all my projects/websites created with Django

Notifications You must be signed in to change notification settings

ManuelDev07/Django-Projects-PORTFOLIO

Repository files navigation

Django Projects Repository

There's six projects/websites plus the principal blog one (thats incomplete at this moment).

1) MangaShop:

An e-commerce for mangas, the web allows you to search for any manga if the store has it, view manga in detail to obtain more detailed information about the product, it also has a user authentication system to make purchases through from the shopping cart, filter manga either by author, genres, or demographics. Including the Django Pagination as a widget and Paypal API as a pay method.

2) RegisterLoginUsers:

the classic layout to sign in, log in or logout from a page. Using the authentication forms from Django.

3) ProyectoWeb:

The one of the first project. It's a Web page with a Store (using a shopping cart), blog (with a db for users using a system of Register/ Login), contact page (working with emails), etc

4) PasswordGenerator:

it's a webpage where the user input a number to create a random password string.

5) ToDoList:

The classic To-Do List project, where the user will be able to store their tasks, manage all the tasks (delete it or complete it), see which ones they have eliminated and completed and/or permanently delete it from the project database.

6) BlogJuegos:

The main idea of this project was the creation of a Reddit Clone, with a system of users, likes and dislikes, comments on posts, follows, create posts, etc. It's still the same structure as Reddit, but it's a video game-themed blog now. (The design of the blog is yet to be completed but the backend its already done and everythings works 👍🏼)

7) TiendaOnline:

the first app where i used to create some things for my final project. Studying and guiding from youtube courses.(Experimental project)