Skip to content

Alexfinitore10/PressPortal

Repository files navigation

PressPortal

Benvenuti in PressPortal, un'applicazione fullstack progettata per creare e gestire il sito di una testata giornalistica. Questo progetto universitario mira all'apprendimento e all'utilizzo di tecnologie allo stato dell'arte per un'applicazione Full-Stack.

Progresso del progetto

[███------------------------] 20% PressPortal GIF

Tecnologie Utilizzate

Frontend

  • React: Libreria JavaScript per la costruzione di interfacce utente.
  • Vite: Un build tool di nuova generazione che offre un'esperienza di sviluppo veloce e ottimizzata.
  • Tailwind CSS: Framework di utilità per uno stile rapido e reattivo.

Backend

  • Node.js: Ambiente di runtime JavaScript che permette di eseguire codice sul lato server.

Struttura del Progetto

La struttura del progetto è organizzata come segue allo stato attuale:

PressPortal/
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ ├── pages/
│ ├── App.jsx
│ ├── index.jsx
│ └── main.jsx
├── .eslintrc.cjs
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── vite.config.js

Requisiti

  • Node.js v14 o superiore
  • npm (Node Package Manager) o yarn

Installazione

  1. Clona il repository:

    git clone https://github.com/Alexfinitore10/PressPortal.git
    cd PressPortal
    
  2. Installa le dipendenze:

    npm install

Esecuzione

  1. Avvia l'applicazione:

    npm run dev
  2. Indirizzo di default

    L'applicazione sarà accessibile all'indirizzo: http://localhost:5173

Licenza

MIT License

Copyright (c) 2024 Alexfinitore10

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contatti

Per qualsiasi domanda o suggerimento, puoi contattarci all'indirizzo email: [email protected].

Grazie per il tuo interesse in PressPortal! Keep on keeping on!!PressPortal Logo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published