Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Tickled-tasks

Tickled Tasks is a simple Todo web application built with React, Material-UI, and Redux Toolkit. It allows users to manage their tasks efficiently, by adding, displaying, and deleting todos.

Project structure

src components TodoForm.jsx Form for adding new todos TodoList.jsx Component to add, display and delete todos hooks useInputState.jsx Custom hook for input management useTodoState.jsx Custom hook for todo state management store store.jsx Redux store setup todoSlice.jsx Redux slice for todos index.jsx Application entry point

`todosSlice.test.jsx`

package.json Project dependencies

Unit Testing:

Jest is used to ensure reducers work as expected.

Scripts

npm run dev: Start the development server.

Technologies used.

Frontend

React : Library for building the user interface. MaterialUI : For pre-styled UI components for React.

State management

Redux toolkit

Testing

Jest: JavaScript testing framework for unit testing reducers.

About

A to do list app

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages