The TodoApp is a simple yet powerful application designed to help users manage their tasks efficiently. It features a straightforward authentication form and a list of todos that is synchronized with a server. The application focuses on providing a user-friendly interface to enhance productivity and task management.
- React - A JavaScript library for building user interfaces.
- Context API - React's own state management tool to manage state across the application.
Visit the live preview of the TodoApp to see it in action: Live Preview
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/softjey/react_todo-app-with-api.git
- Install dependencies:
npm install
- Start the development server:
npm start
Open http://localhost:3000
to view it in the browser.
Thank you for checking out our TodoApp project!