diff --git a/README.md b/README.md index 38ee78f..b82ce57 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ This project shows the power of Next.js and serves as a practical demonstration - [๐Ÿ’ก **Notes**](#-notes) - [๐Ÿงช **Testing**](#-testing) - [**Running Tests**](#running-tests) -- [๐Ÿณ Containerization](#-containerization) +- [๐Ÿš€ **Live Deployment**](#-live-deployment) +- [๐Ÿณ **Containerization**](#-containerization) - [๐Ÿ”ง **Contributing**](#-contributing) - [๐Ÿ“ **License**](#-license) - [๐Ÿ“ง **Contact**](#-contact) @@ -280,6 +281,10 @@ yarn test The tests will run and display the results in the terminal. +## ๐Ÿš€ **Live Deployment** + +The application is deployed live on **Vercel**. You can access it at [https://to-do-app-next-js-fullstack.vercel.app/](https://to-do-app-next-js-fullstack.vercel.app/). + ## ๐Ÿณ **Containerization** This project includes a `Dockerfile` for containerization. To build the Docker image, run: