WritterLo

It is an ebook sales platform, allowing users to create books on the website and edit them when necessary.

Overview

image

Technologies Used

  • Frontend:

    • Next.js: React framework for server-side rendering of pages.
    • React: JavaScript library for building user interfaces.
    • Tailwind CSS: Utility-first CSS framework for modern interfaces.
    • TypeScript: Optional static typing superset for JavaScript.
  • Backend:

    • Java: Programming language used for backend development.
    • Spring Framework: Java framework for building enterprise applications.
    • PostgreSQL: Relational database used for data storage.

Key Features

  • API Consumption
  • Product filtering by category

image

How to Start the Project

  1. Install Dependencies: Before starting the project, install all frontend dependencies.

    Clone this repository to your local machine using the command:

    git clone https://github.com/gabrielFrc/MyWritter
    

    Install frontend dependencies

    npm install
    

    Run app

    npm run dev
    
  2. Backend Repository [Required if you want to run the complete application!]

    Link: WritterLo BackEnd

Live App