https://github.com/zemtsow/taskie-manager
Simple todo list app
https://github.com/zemtsow/taskie-manager
app react todo todo-list-app
Last synced: 2 months ago
JSON representation
Simple todo list app
- Host: GitHub
- URL: https://github.com/zemtsow/taskie-manager
- Owner: zemtsow
- Created: 2025-01-07T17:55:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T11:03:33.000Z (2 months ago)
- Last Synced: 2025-03-14T12:22:06.450Z (2 months ago)
- Topics: app, react, todo, todo-list-app
- Language: TypeScript
- Homepage: https://taskie-manager.online
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How run a project?
```
In directory project use our own package manager for setup 'node_modules' in environment. I use yarn1 yarn # download all 'package.json' deps
2 yarn build # run that if you wanna build project and raise him locally or with web_proxy
3 yarn dev # run project as dev mode
4 yarn start # this command starts the project in production mode (if you are using this mode and have made some local changes to the project, this will not change the changes in production mode)```
# Template features
```
+ Configured tailwind & postcss
+ The @alias directory system has been configured for the src folder, you can change it as you like
+ Structured folder organization
+ React Router is already included in the project build
+ i18n connected and configured
```# File structure
```
public
src/
lib - *
pages - pages application
router - router application
types - typescript declarations
templates - most used components
utils - utils part of code
locale - i18n config
components - react components
```# React + TypeScript + Vite
```by Zemtsow Nikolay with respect!```