https://github.com/yivgha/nest-fe-eco-landing
https://www.loom.com/share/1556f82dfd2d4764a18a6baba99b8d6e?sid=d08e00f8-3b55-4cbc-9b49-6633fb7c4564
https://github.com/yivgha/nest-fe-eco-landing
Last synced: 3 months ago
JSON representation
https://www.loom.com/share/1556f82dfd2d4764a18a6baba99b8d6e?sid=d08e00f8-3b55-4cbc-9b49-6633fb7c4564
- Host: GitHub
- URL: https://github.com/yivgha/nest-fe-eco-landing
- Owner: Yivgha
- Created: 2024-05-03T15:41:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T11:01:46.000Z (about 1 year ago)
- Last Synced: 2024-05-13T12:26:16.742Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://eco-landing-fe.netlify.app/
- Size: 4.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eco landing React App
       
This is pet project created with React, Redux plus Nest.js/Heroku backend and PostgreSQL database.
## Main page
After opening main page, you can see header with logo and login/signup buttons or username/signout button.

### Open deals
The biggest logic is inside Open deals section. It gets data from heroku backend database, if there's no data or it is loading, user'll see skeleton cards.

### Deal page
User can click on any deal in grid and navigate to Deal page, which's fetching data from backend too.

### Sign up
**Note: All data after submitting and accepting on backend, will be stored in Redux**
User can register on Sign up page and after successful submitting of the form, will be redirected to login page.

Using email and password, we can login to the app. After this we navigate to main page and can see our name and sign out button in header.

After adding videopresentation and screenshots to this file, heroku servers will be deleted, so you can't reach app via netlify.