Skip to content

ramzanbhutto/Projects

Repository files navigation

Ramzan Bhutto's Projects

This repository showcases a collection of my projects. Each project is contained within its own directory and can be accessed individually.

Projects

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.

Setup

  1. Clone the repository:

    git clone https://github.com/ramzanbhutto/Projects.git
    cd Projects
  2. Install dependencies:

    npm install
  3. Start the server:

    npm start
  4. Visit http://localhost:3000 to view the projects.

Deployment

This project is hosted on Heroku. To deploy, follow these steps:

  1. Log in to Heroku:

    heroku login
  2. Create a Heroku app:

    heroku create entire-projects
  3. Push to Heroku:

    git push heroku main
  4. Open the app in your browser:

    heroku open

About

A collection of my projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published