Skip to content

A modern React + Vite web app for writing, reading, and managing stories. Features a landing page, library, and writing interface with a responsive design and fast development workflow.

Notifications You must be signed in to change notification settings

Tiyasa-Mukherjee/Taleora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Taleora

Taleora is a modern web application built with React and Vite. It provides a platform for users to write, read, and manage stories or documents in an intuitive and visually appealing interface.

Features

  • Landing Page: Welcome users and introduce the platform.
  • Library Page: Browse and manage a collection of stories or documents.
  • Write Page: Create and edit new stories with a rich text editor.
  • Responsive Design: Works seamlessly on desktop and mobile devices.
  • Fast Development: Powered by Vite for lightning-fast builds and hot module replacement.

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/Taleora.git
    cd Taleora
  2. Install dependencies:
    npm install
    # or
    yarn install

Running the App

Start the development server:

npm run dev
# or
yarn dev

Open your browser and navigate to http://localhost:5173 (or the port shown in your terminal).

Building for Production

To build the app for production:

npm run build
# or
yarn build

The output will be in the dist folder.

Linting

To lint the codebase:

npm run lint
# or
yarn lint

Project Structure

Taleora/
├── public/           # Static assets
├── src/              # Source code
│   ├── App.jsx       # Main app component
│   ├── LandingPage.jsx
│   ├── LibraryPage.jsx
│   ├── WritePage.jsx
│   ├── assets/       # Images and icons
│   └── ...
├── index.html        # HTML template
├── package.json      # Project metadata and scripts
├── vite.config.js    # Vite configuration
└── ...

Contributing

Contributions are welcome! Please open issues or submit pull requests for any improvements or bug fixes.

License

This project is licensed under the MIT License.

About

A modern React + Vite web app for writing, reading, and managing stories. Features a landing page, library, and writing interface with a responsive design and fast development workflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •