Skip to content

devkan/momentum.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Momentum Clone

Momentum is designed to enhance your daily productivity and focus by providing a personal dashboard. This project is inspired by the Momentum extension available on the Google Chrome Web Store, and it's built using JavaScript, HTML, and CSS.

Features

  • Clock: Displays the current time and date in real-time.
  • Weather Information: Shows real-time weather information and temperature based on the user's location.
  • To-Do List: Allows users to add, check off, and delete tasks.
  • Daily Quotes: Displays a new inspirational quote every day.
  • Background Photos: Provides beautiful background photos that change daily.

Getting Started

Prerequisites

To run this project in your local environment, you need to have the latest version of Node.js installed.

Installation

  1. Clone this repository:

    git clone https://github.com/devkan/momentum.git
    cd momentum-clone
  2. Install the required npm packages:

    npm install
  3. Run the project on a local server:

    npm start

Open http://localhost:3000 in your browser to view the project.

Contributing

If you would like to contribute, please follow these steps:

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Authors

Acknowledgments

  • Inspired by the creators of the Momentum extension, this project was started.