https://github.com/vlaek/todozustand
https://github.com/vlaek/todozustand
ant-design axios jest react react-infinite-scroll-component styled-components typescript vite zustand
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vlaek/todozustand
- Owner: Vlaek
- Created: 2024-07-31T08:08:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T09:35:36.000Z (almost 2 years ago)
- Last Synced: 2025-07-06T03:04:42.522Z (11 months ago)
- Topics: ant-design, axios, jest, react, react-infinite-scroll-component, styled-components, typescript, vite, zustand
- Language: TypeScript
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
1. **Cloning a repository**:
```bash
git clone https://github.com/Vlaek/ToDoZustand.git
cd ToDoZustand
```
2. **Installing dependencies**:
```bash
npm install
```
3. **Launching the application**:
```bash
npm start
```
# Technologies
- React
- TypeScript
- Zustand
- Styled Components
- Ant Design
- Axios
- Jest
- React Infinite Scroll Component
- Vite