Skip to content

✅ Simple Todo App. JSON-server is deployed on render.com

Notifications You must be signed in to change notification settings

KatherinaFed/todo_list_fsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Todo App

Application that simplify your daily task management.

Key features:

  • Quickly add, edit, and remove tasks with minimal effort.
  • Group your tasks into custom categories such as All, Active and Completed.

Key technologies:

  • React
  • JavaScript
  • Redux Toolkit (RTK query)
  • Framer-motion
  • JSON-server

Installation

# Step 1: Clone the repository
git clone https://github.com/KatherinaFed/todo_list_fsd.git

# Step 2: Navigate to the project directory  
cd todo_list_fsd

# Step 3: Install dependencies 
npm install

# Step 4: Start the app && run server
npm start 
npm run server