This project is a web application for creating to-do lists and managing them. Users can create, edit, delete, filter lists.
-
React.js: JavaScript library for building user interfaces. -
Redux Toolkit: State management for React applications. -
Redux persist: A state management tool that allows the state in a Redux store to persist across browser and app sessions. -
React Router DOM: Declarative routing for React web applications. -
Axios: A promise-based HTTP library that lets developers make requests to either their own or a third-party server to fetch data. -
Styled Components: Styling library for React components. -
CSS Modules: A technology used in React applications to allow for modular and scoped CSS styling. -
and other libraries you can see in
package.json -
Back-end: [https://github.com/Boommmeran/team-five-backend]
To get started with this project, follow the installation instructions below.
- Clone the repository:
git clone [https://github.com/Boommmeran/team-five.git] - Install the dependencies:
npm install - Start the development server:
npm start - Open [http://localhost:3000/team-five/welcome] to view it in the browser.