An frontend application based on next.js 14. The backend for the application can be found here
Make sure you have the following installed before running the project:
-
Clone the repository:
git clone https://github.com/noobie7/TodoAppNext.js
-
Navigate to the project directory:
cd todoapps
-
Install dependencies:
npm install
To start the development server, run:
npm run dev