Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zemtsow/react-todolist-app
Simple todo list app
https://github.com/zemtsow/react-todolist-app
app react todo todo-list-app
Last synced: 8 days ago
JSON representation
Simple todo list app
- Host: GitHub
- URL: https://github.com/zemtsow/react-todolist-app
- Owner: zemtsow
- Created: 2025-01-07T17:55:01.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2025-01-08T11:45:51.000Z (23 days ago)
- Last Synced: 2025-01-08T12:36:32.062Z (23 days ago)
- Topics: app, react, todo, todo-list-app
- Language: TypeScript
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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!```