Welcome to ElectroVerse, a final year college project that aims to provide a platform for exploring electronics content and shopping for electronic products. The project is developed using HTML, CSS, JavaScript, Bootstrap, and Django.
ElectroVerse combines informative content related to electronics with an integrated e-commerce platform, allowing users to explore articles, tutorials, and also purchase electronic products.
To run this project locally, follow the steps below:
- Python installed on your system
- Pip (Python package installer) installed
-
Open a terminal and navigate to the project directory.
-
Install project dependencies using the following command:
pip install -r requirements.txt
-
After successfully installing the dependencies, run the Django development server with the following command:
python manage.py runserver
-
Open your web browser and go to http://localhost:8000/ to access the ElectroVerse website.
/electroVerse: Django project settings and configurations./Accounts: Django app containing the main functionality and views./static: Static files such as CSS, JavaScript, and images./templates: HTML templates used by the Django app.
- HTML
- CSS
- JavaScript
- Bootstrap
- Django
Here are some screenshots of the ElectroVerse website:
- Ritik - Backend Developer
- Karan - Frontend Developer
If you'd like to contribute to ElectroVerse, please fork the repository and create a pull request. We welcome any contributions that improve the project!







