legacy/pairent_frontend_react
b1ek b5828134a9
create form using states instead of formik
formik (or any other form framework) doesn't support setting field value programmatically. filter form uses 2 fields that are triggered by clicking a button, and that's the reason there's no other workaround. probably needs a rewrite
2023-05-08 20:32:50 +10:00
..
public/images style submit button 2023-05-08 20:21:16 +10:00
src create form using states instead of formik 2023-05-08 20:32:50 +10:00
.eslintrc.cjs switch to vite 2023-05-07 09:51:40 +10:00
.gitignore add react app and setup rest framework 2023-05-01 20:39:34 +10:00
README.md change readme.md 2023-05-07 10:17:16 +10:00
index.html half-baked index page 2023-05-08 20:13:57 +10:00
package-lock.json add header and footer react 2023-05-02 23:03:18 +10:00
package.json half-baked index page 2023-05-08 20:13:57 +10:00
vite.config.js switch to vite 2023-05-07 09:51:40 +10:00
yarn.lock half-baked index page 2023-05-08 20:13:57 +10:00

README.md

Pairent front

Hi there! This is Pairent's frontend source code tree.

Getting started

git clone https://github.com/vvsu-rent-project/dev_rent && cd dev_rent/pairent_frontend_react
yarn install

Then, either run yarn start for development server or yarn build to build static files.