Skip to content

DavitBakhutashvili/Markup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Markup App

The Markup App is a React-based web application that provides a simple interface for creating and managing markup content. With this app, developers can learn about React, styled-components, and how to build a responsive admin dashboard.

Learning Objectives

By working on this project, developers will gain experience in the following areas:

  • Building a React application
  • Using styled-components for styling
  • Creating a responsive layout for an admin dashboard
  • Integrating third-party libraries like Axios and React Quill
  • Testing React components using Jest and React Testing Library
  • Setting up linting and code quality tools with ESLint

Getting Started

To start the Markup App locally on your machine, follow these steps:

Prerequisites

Before running the project, ensure that you have the following software installed:

- Node.js (version 20.2.0 or higher)
- npm (version 7.0.0 or higher)

Installation

  1. Clone the repository to your local machine: git clone <repository-url>

  2. Navigate to the project directory: cd markup-app

  3. Install the dependencies: npm install

Starting the App

Once the dependencies are installed, you can start the app using the following command: npm start

This command will start the development server and launch the Markup App in your default browser. If the browser doesn't open automatically, you can access the app by visiting [http://localhost:3000] in your browser.

Running Tests

To run the tests for the Markup App, you can use the following command: npm test

This will execute the test suite and display the results in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published