AxumTodo is a full-stack web application built with the Rust framework Axum on the backend and the SkeletonUI toolkit and SvelteKit on the frontend. It provides a user-friendly interface for managing to-do items, including adding, deleting, and updating tasks.
Clone this repository:
git clone https://github.com/yourusername/AxumTodo.git
Navigate to the backend directory:
cd AxumTodo/backend
Install dependencies and run the backend server:
cargo run
Navigate to the frontend directory:
cd ../frontend
Install dependencies and run the frontend development server:
npm install
npm run dev
2 . Use the interface to add, edit, and manage your to-do items.
This project is licensed under the MIT License - see the LICENSE file for details.
Disclaimer: This project is developed and maintained by github.com/Clinton-Nmereole. It is not affiliated with any of the technologies or frameworks mentioned above.