Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.05 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.05 KB

Notes Challenge

This application is a technical test for a note-taking manager.

Login

To access the application, the credentials are:

  • Username: chris_dev
  • Password: password

Requirements

Make sure you have the following software installed:

  • Node.js: v16.15.1 or higher
  • npm: v8.0.0 or higher

Setup

  1. Clone the repository from GitHub:
     git clone https://github.com/FLCHRIS/Notes-challenge.git
     cd Notes-challenge
  2. Run the start_app.sh script to install dependencies and run the application:
     ./start_app.sh
    This command will install the dependencies and start the application in development mode.

Available Commands

These are the additional commands you can run:

  • npm run dev: Starts the application in development mode.
  • npm run build: Builds the application for production.
  • npm run preview: Previews the compiled application.

Technologies Used

  • React: v18.3.1
  • React Router: v6.26.2
  • Vite: v5.4.8
  • Tailwind CSS: v3.4.13
  • UUID: v10.0.0