Coder Social home page Coder Social logo

frontend's Introduction

THIS IS THE README OF THE FRONTEND GROUP

about this project

this is currently a university project. it's an open source platform (similar to research gate), where people can write and share their research papers.

background of the project

To make the website dynamic, I use htmx (htmx mentioned), and for the design, I rely on TailwindCSS with the daisyUI plugin. This combination allowed my team and me to create a user-friendly, aesthetically pleasing website, without relying on JavaScript, and with both style and dynamic interaction handled seamlessly.

Screenshots of the current state

Inhaltsverzeichnis

Installation

Voraussetzungen

Stellen Sie sicher, dass die folgenden Softwarekomponenten auf Ihrem System installiert sind:

  • Node.js (Version 14 oder höher)
  • npm (Node Package Manager)

Schritte zur Installation

  1. Klonen Sie das Repository:

    git clone https://github.com/mur1chan/frontend.git
  2. Navigieren Sie in das Projektverzeichnis:

    cd frontend
  3. Installieren Sie die Abhängigkeiten:

    npm install

Verwendung

Entwicklung

Starten Sie die Entwicklungsumgebung mit:

npm start

Die Anwendung wird unter http://localhost:3000 gestartet und Änderungen im Quellcode werden automatisch neu geladen.

Produktion

Um eine Produktionsversion der Anwendung zu erstellen, führen Sie aus:

npm run build

Die optimierten Dateien befinden sich im Verzeichnis build.

Projektstruktur

Die Projektstruktur ist wie folgt organisiert:

frontend/
├── src/
│   ├── components/        # Wiederverwendbare React-Komponenten
│   ├── pages/             # Seitenkomponenten für verschiedene Routen
│   ├── services/          # API-Service-Dateien für die Backend-Kommunikation
│   ├── styles/            # CSS-Dateien und Tailwind-Konfiguration
│   ├── App.js             # Haupteinstiegspunkt der React-Anwendung
│   └── index.js           # Einstiegsdatei für React
├── public/                # Statische Dateien
├── package.json           # Projektmetadaten und Abhängigkeiten
├── README.md              # Projektdokumentation
└── .gitignore             # Dateien und Verzeichnisse, die von Git ignoriert werden

Technologien

Die folgenden Haupttechnologien und -bibliotheken werden in diesem Projekt verwendet:

  • React: Eine JavaScript-Bibliothek für den Aufbau von Benutzeroberflächen
  • Tailwind CSS: Ein CSS-Framework für die Erstellung von responsiven Designs
  • Axios: Eine Bibliothek für HTTP-Anfragen
  • Webpack: Ein Modul-Bundler für JavaScript-Dateien

Mitwirkende

  • Abdul C (Projektleiter)
  • Sevde K
  • Dennis B
  • Angel A

Lizenz

Dieses Projekt ist unter der MIT-Lizenz lizenziert. Weitere Informationen finden Sie in der LICENSE-Datei.

frontend's People

Contributors

mur1chan avatar sevdika avatar angelanane avatar thesorio avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.