Coder Social home page Coder Social logo

website's Introduction

Status

Build Status

How to setup

Follow this guide to setup this project on your local machine.

  1. Install python 3.x, git and virtualenv in your computer.

  2. Get the source code on your machine by-

    git clone https://github.com/GDG-JSS-NOIDA/website.git

  3. Create a python virtual environment and install python and django related dependencies.

    cd website
    virtualenv -p python3 venv # create virtual env
    source venv/bin/activate  # run this command everytime before starting on the project
    pip install -r requirements/dev.txt
  4. For creating database migrations run

    python manage.py makemigrations
    python manage.py migrate
  5. For running the server

    python manage.py runserver

  6. Open the browser and got to the following link.

    127.0.0.1:8000

website's People

Contributors

apcoder123 avatar barathwaja avatar codehimanshu avatar hargovindarora avatar lemuellloren avatar makchan avatar narendra36 avatar riktimmondal avatar saurabhranjan1806 avatar sehgalayush1 avatar singhsterabhi avatar vibhav8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

website's Issues

Remove inline CSS

In client app, there are many inline CSS, these should be moved to static files.

Milestones needed to track progress

Hey guys, can you create milestones for the features that you have decided to build so that everyone else can keep a track of the site's progress.

Thanks

the active link in navbar

Currently active link (the team on teams page, home on homepage) should have href=# instead of reloading the page

handle 0 events message

In events section, there might not be any events in ongoing section, or in upcoming section, some motivative text should be added there if count is 0.

fix footer content

the gdg logo on right seems to be above the the left and middle footer. align them at same level.

screenshot from 2017-10-01 00 02 48

add meta image

No image comes up on adding the link to any social networking sites.
screenshot from 2017-10-06 21 32 10

beautify code

all the code should be according to pep8 guide and proper linting of html codes should be maintained.

Create 404 page

getting default Not Found Error currently. should be designed according to UI.

fix UI of project image thumbnail

The project image is not responsive. It should be placed along side the content. Also if possible, restriction to height and width ration should be added.

remove unwanted code

A lot of old junk code is present which is irrelevent. Also some of commented codes are no more required. these should be removed.

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.