Skip to content

kokokojo2/CountDown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countdown App

Hi, I`m a student learning backend web developement and this is my first python django portfolio-project.

About

This is a simple app that allows you to create countdowns to watch how your favorite events are coming. You can create a countdown for any time in future, specify description, text that will be visible when countdown finishes and share the link with friends. Also, authenticated users can bookmark countdowns and press buttons with emoji to show their reaction.

Work example

Try it out

Clone the repository:

git clone https://github.com/kokokojo2/CountDown
cd CountDown

Make and activate virtual environment:

python -m venv countdown_env
countdown_env\Scripts\activate

Install needed requirements:

pip install -r requirements.txt

Create sqlite3 database:

python manage.py makemigrations
python manage.py migrate

Run developement server:

python manage.py runserver

After following these steps, open this url in your browser to check out the work of application.

About

Simple app that allows you to create countdowns to watch how your favorite events are coming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors