Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 yarn

1 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!```