https://github.com/hokagecv/hook-todo
https://github.com/hokagecv/hook-todo
chakra-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hokagecv/hook-todo
- Owner: hokageCV
- Created: 2023-05-21T10:27:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T13:30:20.000Z (about 2 years ago)
- Last Synced: 2025-01-16T23:32:27.516Z (5 months ago)
- Topics: chakra-ui
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List
A simple todo list application built with the MERN stack.
## Installation
1. Clone the repository: `git clone `
2. Navigate to the backend directory:
1. Install dependencies: `pnpm install`
2. Create a `.env` file and set the required environment variables.
3. Start the backend server: `pnpm dev`
3. Navigate to the frontend directory:
1. Install dependencies: `pnpm install`
2. In the constansts.ts, set the `SERVER_URL` to the backend server URL.
3. Start the frontend server: `pnpm dev`## Backend
- The backend is built using Node.js, Express.js, and MongoDB
- Validation is done using zod## Frontend
- The frontend is built using React.js and Chakra UI
- State Management is done using custom hooks and Context API