eyalFischel / SmartSaver-Frontend

MIT License
0 stars 0 forks source link

Create the Main page #1

Open eyalFischel opened 5 months ago

eyalFischel commented 5 months ago

image

Above is a simple example of the 'main' page. We aim to implement a 'web application' concept.

krasnoff commented 4 weeks ago

I have some questions regarding the front-end part of the project:

  1. Why did you choose the nextJS framework instead of the basic react framework? nextJS is ideal for combined middle-sized projects which combines server-size code written in nodeJS and client-size code written in javascript/typescript.
  2. Do you have a design system for the front-end part? in figma?
eyalFischel commented 4 weeks ago

We used NodeJS because of two main reasons:

  1. The project repository that crawls data from the banks uses NodeJS.
  2. For learning purposes.

Anyway, we are switching back to React. Regarding Figma, no, we have a ticket to design the web app, but we haven’t received any volunteers yet.

krasnoff commented 3 weeks ago

Hi Eyal I want to build a basic React application consisting 3 pages:

  1. main page
  2. expenses page
  3. income page

Do you recommend deleting the "frontend" directory entirely and building a new "frontend" directory from scratch based on React or do you want me to make a new directory and leave the old "frontend" directory a side?