The Wizzo is a social media platform built with Django and styled with Bootstrap. It offers the following features:
- Users can follow other users and others can follow them
- Users can like and upload posts
- Users can comment on other users' posts
- Users can reply to others' comments and like them
- Users receive notifications for certain actions, such as when another user follows them or likes their post
- Users can sign up or sign in and use the "remember me" function that remembers them for a longer period
- The platform is responsive on mobile phones too
To use The Wizzo, you can sign up or sign in using the provided forms. Once you are logged in, you can start following other users and posting content. You can also like and comment on other users' posts. The platform will send you notifications when other users interact with your posts or follow you.
To install The Wizzo, you can clone the repository and run it on your local machine. You will need to have Python and Django installed. Once you have cloned the repository, you can navigate to the project directory and run the following command to start the server:
python manage.py runserver
- You can then access the platform by opening a web browser and navigating to
http://localhost:8000/.
Contributions to The Wizzo are welcome. If you find a bug or have a feature request, you can open an issue on the project's GitHub page. If you would like to contribute code, you can fork the repository and submit a pull request with your changes.
The Wizzo was created by E4crypt3d. The platform uses Django and Bootstrap, and its design was inspired by popular social media platforms.