This project consists of a Next.js frontend for a task management application, styled with Tailwind CSS. The backend has been removed, and the focus is now solely on the UI.
This Todo App allows users to manage their tasks efficiently. The application features a clean and responsive design, leveraging the power of Next.js for server-side rendering and Tailwind CSS for styling.
-
Clone the repository:
git clone https://github.com/AstonWilliams/todo-app.git cd todo-app -
Install dependencies:
npm install
-
Run the development server:
npm run dev
The application will be available at
http://localhost:3000.
To customize the application, you can:
-
Update Tailwind CSS configuration: Modify the
tailwind.config.jsfile to customize your design tokens. -
Change component styles: Edit the component files in the
componentsdirectory to update styles and layouts. -
Add new features: Create new components or pages as needed, following the existing structure.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request.
Q: How do I customize the theme?
A: You can customize the theme by modifying the tailwind.config.js file and adjusting the styles in your components.
Q: Can I use this app without a backend?
A: Yes, this version of the app is designed to work as a standalone frontend. You can integrate it with any backend API as needed.
This project is licensed under the MIT License. See the LICENSE file for details.
.png)
%20(2).png)
%20(1).png)
%20(3).png)
%20(4).png)