Skip to content

ramzanbhutto/frontend-mini-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend-mini-apps

This repository showcases a collection of my small ui-based 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 romantic-themed site - build when I was in bored on a Saturday :)

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 project_name_here
  3. Push to Heroku:

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

    heroku open

About

A collection of my small projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published