Skip to content

featitx/crud-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React crud series pt.1

React CRUD Operations with Routers and React Bootstrap Hooks

This project is a small task to learn and implement CRUD (Create, Read, Update, Delete) operations using React, routers, and React Bootstrap hooks.

Table of Contents

Introduction

This project serves as a hands-on learning experience for understanding and implementing CRUD operations in a React application. It utilizes React for building the user interface, routers for navigation, and React Bootstrap hooks for efficient state management.

Features

  • Create: Add new tasks to the list.
  • Read: View the list of tasks.
  • Update: Modify existing task details.
  • Delete: Remove tasks from the list.

Technologies Used

  • React
  • vite
  • Hooks
  • React Router
  • React Bootstrap

Project Structure

  • Public folder is empty

Src/

  • components: Contains individual components for each CRUD operation.
  • App.js: Main component integrating all CRUD components and routing.
  • index.js: Entry point of the React application.

Installation

  1. Clone the repository:

    And now you're good to go

Contributing

Contributions are welcome! If you find any issues or have improvements to suggest, feel free to create a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published