This repository showcases a collection of my projects. Each project is contained within its own directory and can be accessed individually.
A simple and interactive todo list application.
An interactive and modern calculator application.
A password manager to store your passkeys under secured encryption and decryption walls.
-
Clone the repository:
git clone https://github.com/ramzanbhutto/Projects.git cd Projects
-
Install dependencies:
npm install
-
Start the server:
npm start
-
Visit
http://localhost:3000
to view the projects.
This project is hosted on Heroku. To deploy, follow these steps:
-
Log in to Heroku:
heroku login
-
Create a Heroku app:
heroku create entire-projects
-
Push to Heroku:
git push heroku main
-
Open the app in your browser:
heroku open