/kun_uz

Primary LanguageJavaScript

Kun.uz clone

This is a clone project for the Kun.uz website, aimed at replicating its functionality and design. The project aims to provide a similar user experience to the original Kun.uz website, with the ability to browse and read news articles, view different categories, and stay updated on current events.

Authors

Features

  • News Articles: Users can browse and read news articles from different regions, including various categories such as technologies, society sports, etc. Each news will have a title, publication date, and content

  • Regional Filtering: The clone will include regional categorization to organize news articles based on different regions. This allows users to easily access news specific to their desired region

  • Categories and Tags: The clone will include a categorization system to organize news articles into different categories for easy navigation. Articles can also be tagged with relevant keywords for improved search and filtering options

  • Search Functionality: The clone will include a search feature to enable users to find specific articles based on keywords

  • Template: The frontend of this clone is made very close to the real site and has many design features that mimic the original

Screenshots

Home Page:

Home Page

Home Page

Filtering by Category:

Filtering by Category

Filtering by Region:

Filtering by Region

Search:

Search

Detail Page:

Detail Page

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Create a virtual environment

  python3 -m venv .venv

Activate virtual environment

  . .venv/bin/activate

Install dependencies

  pip install -r requirements.txt

Migrate

  python3 manage.py makemigrations
  python3 manage.py migrate

Start the server

  python3 manage.py runserver