Skip to content

Softjey/react_todo-app-with-api

 
 

Repository files navigation

TodoApp

Description

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.

Technologies Used

  • React - A JavaScript library for building user interfaces.
  • Context API - React's own state management tool to manage state across the application.

Project Preview

Visit the live preview of the TodoApp to see it in action: Live Preview

Launch Instructions

To run the project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/softjey/react_todo-app-with-api.git
  2. Install dependencies: npm install
  3. Start the development server: npm start

Open http://localhost:3000 to view it in the browser.

Thank you for checking out our TodoApp project!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.5%
  • TypeScript 26.3%
  • SCSS 7.9%
  • HTML 0.3%