https://github.com/coderj001/lco-sports-web-challenge
This repo is dedicated to hiteshchoudhary web challenge.
https://github.com/coderj001/lco-sports-web-challenge
animejs django javascript materializecss
Last synced: 25 days ago
JSON representation
This repo is dedicated to hiteshchoudhary web challenge.
- Host: GitHub
- URL: https://github.com/coderj001/lco-sports-web-challenge
- Owner: coderj001
- Created: 2020-03-28T15:47:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:47:55.000Z (over 4 years ago)
- Last Synced: 2025-09-04T04:44:52.449Z (9 months ago)
- Topics: animejs, django, javascript, materializecss
- Language: HTML
- Homepage: https://lco.pythonanywhere.com/
- Size: 21.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of contents
* [General info](#general-info)
* [Technologies](#technologies)
* [Previews](#previews)
* [Resources](#resources)
* [Setup](#setup)
## General info
The name of the project is LCO-sports-web-challenge. This project is created as part of the web challenge hosted by HItesh Choudhary on this [video](https://youtu.be/X3QM6Ap6u-4) and [github](https://github.com/hiteshchoudhary/LCO-sports-web-challenge.git). Please open the webpage on full window browser as it is not responsive.
Visit the [link](http://lco.pythonanywhere.com/) to see the site live. Please wait for a moment as sever took bit of time to host the pictures as size of the pictures are large.
## Technologies
Project is created with:
* Backend
* Django
* Frontend
* Materializecss
* Animejs
* Fontawesome
## Resources
The images and logo used is the site provided by HItesh Choudhary.
## Previews
Here is some screenshot:
* 
* 
* 
## Setup
To run this project you have python3 installed locally then, install it using pip3 or pip version 3:
```
$ cd ../LCO-sports-web-challenge
$ pip install -r requriments.txt
$ cd ../LCO
$ python3 manage.py runserver
```
Vist `127.0.0.1:8000` on browser.