This is the FrontEnd for the Todo App, built with Next.js, and TypeScript.
-
Clone the repository:
git clone https://github.com/abubakar7033/Front-End.git cd Front-End
-
Install the dependencies:
npm install
-
Set up environment variables: Create a .env.local file in the root directory and add the necessary environment variables :
NEXT_PUBLIC_BACKEND_URL=your_backend_url
To start the server, run:
npm run dev
The server will be running on http://localhost:3000.