Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vlaek/todozustand
- Owner: Vlaek
- Created: 2024-07-31T08:08:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T09:35:36.000Z (6 months ago)
- Last Synced: 2024-12-14T01:33:56.235Z (about 2 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