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

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.

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:
* ![screenshort1](https://i.imgur.com/uCNSLhS.png)
* ![screenshort2](https://i.imgur.com/7yvkkIu.png)
* ![screenshort3](https://i.imgur.com/ya6Q1gz.png)

## 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.