/TodoApp

Primary LanguageCSSMIT LicenseMIT

TodoApp

Table of Contents

Introduction

Features

Technologies Used

Backend Setup

Frontend Setup

Running the Application

API Endpoints

Contributing

License

Introduction

TodoApp is a full-stack application that includes a backend blog API and a frontend Todo list app built with ReactJS. The backend handles CRUD operations for blog posts, while the frontend allows users to manage their Todo items efficiently.

Features

Backend Blog API: Create, read, update, and delete blog posts. Frontend Todo List App: Add, update, delete, and mark Todo items as completed. User Authentication: Secure user login and registration (if applicable). Responsive Design: Ensures compatibility with various devices.

Technologies Used

Backend: Node.js, Express, MongoDB Frontend: ReactJS, Axios, Bootstrap/Material-UI