GithubHelp home page GithubHelp logo

dhar15 / cs50w Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 145 KB

Compilation of all my projects for Harvard's CS50's Web Programming with Python and JavaScript.

HTML 28.44% Python 63.85% CSS 1.60% JavaScript 6.11%

cs50w's Introduction

CS50W

Projects

# Project Description Video
0 Search Google Search Functionality Link
1 Wiki Wikipedia-like online Encyclopedia Link
2 Commerce eBay like e-commerce auction site Link
3 Mail Frontend for an email client using Django API Link
4 Network Twitter-like social network website for making posts. Link

Note - Running the Project

  1. To run any project, cd into the directory of the project. Before running it, we will apply the migrations. In the terminal type -
python manage.py makemigrations
python manage.py migrate
  1. To access the project from Django admin interface, we need to create a superuser. Do this by typing the following - (After this, proceed to add your username, email and password. Then you can visit 127.0.0.1:8000/admin and login.)
python manage.py createsuperuser
  1. Finally, we can run the project on our server. Type-
python manage.py runserver 
  1. In the browser, visit 127.0.0.1:8000 to view the project.

cs50w's People

Contributors

dhar15 avatar

Watchers

 avatar  avatar

cs50w's Issues

Like/Unlike functionality of Project 4- Network

Issue with the implementation of Like/Unlike functionality for the network project.
Was able to update likes asynchronously via fetch call using JavaScript, but for a particular user who has liked a post - unable to keep the post liked (heart colored) for him/her. Instead, just the count increases.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.