Rewinding the evolution of your website.
The Webrewind is a tool designed to help developers and designers track and visualize the changes made to a website over time. It provides a comprehensive view of the website's evolution, making it easier to understand the impact of each change.
- Visualize website changes over time
- Track modifications in design and content
- Easy integration with existing projects
WEBREWIND
├── client
│ ├── node_modules
│ └── public
└── sr
├── node_modules
├── server
│ ├── node_modules
│ └── docs
│ └── util
├── .gitignore
├── package-lock.json
├── package.json
├── README.md
└── yarn.lock
- Node.js (>= 14.x)
- npm (>= 6.x)
-
Clone the repository:
git clone https://github.com/iamspathan/webrewind.git cd The-Webrewind
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:5173
to view the project.
Contributions are welcome! Please read the CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.