An open API service indexing awesome lists of open source software.

https://github.com/ibrsec/todo-fs-react

Frontend of the todo app
https://github.com/ibrsec/todo-fs-react

react redux tailwind

Last synced: about 2 months ago
JSON representation

Frontend of the todo app

Awesome Lists containing this project

README

          








Logo

Frontend of Fullstack Todos App


An awesome Frontend of Fullstack Todos App





View Demo
ยท
Backend repo
ยท
Report Bug
ยท
Request Feature


๐Ÿ“Ž Table of Contents ๐Ÿ“Ž


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---


## โ„น๏ธ About The Project

[![todo-fs-react](./public/project.png)](https://todo-fs-react.vercel.app/)

(back to top)

---


## ๐Ÿ‘€ Overview

๐Ÿ“ฆ Frontend of the my Fullstack Todos project | [Todos Backend](https://github.com/ibrsec/todo-express)

๐ŸŽฏ React Development: Built a responsive frontend with React.js, providing a seamless user experience for managing tasks and user profiles.

๐Ÿ›  State Management: Employed Redux Toolkit and Redux Persist to ensure consistent state management across sessions and reliable data handling.

๐Ÿ”” User Notifications: Used React Toastify to provide real-time feedback for actions like adding, editing, or deleting tasks.

๐Ÿ’พ CRUD Operations: Developed full CRUD functionality for efficiently managing tasks.

๐ŸŽจ Styling: Utilized Tailwind CSS to create a modern, responsive, and visually appealing user interface.

(back to top)


## ๐Ÿ›ซ Quick Setup

```sh
# clone the project
git clone https://github.com/ibrsec/todo-fs-react.git

# enter the project directory
cd todo-fs-react

# install dependency
npm install || yarn install

# develop
npm run dev || yarn start
```

(back to top)


## ๐Ÿ“‚ Directory structure

```diff
todo-fs-react (folder)
|
|---public (folder)
|
+ |---src (folder)
| |
| |---pages (folder)
| |
| |---components (folder)
| |
| |---app (folder)
| | |---features (folder)(Slices)
| | โ””---store.jsx
| |
| |
| |
| |---router (folder)
| |
| |---services (folder)
| |
| |
| |---helper (folder)
| |
| |---App.js
| |---Index.js
| โ””---Index.css
|
|----package.json
|----tailwind.config.js
|----.env
โ””----readme.md
```

(back to top)

---


### ๐Ÿ—๏ธ Built With