This application is a technical test for a note-taking manager.
To access the application, the credentials are:
- Username:
chris_dev
- Password:
password
Make sure you have the following software installed:
- Node.js: v16.15.1 or higher
- npm: v8.0.0 or higher
- Clone the repository from GitHub:
git clone https://github.com/FLCHRIS/Notes-challenge.git cd Notes-challenge
- Run the
start_app.sh
script to install dependencies and run the application:This command will install the dependencies and start the application in development mode../start_app.sh
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.
- React: v18.3.1
- React Router: v6.26.2
- Vite: v5.4.8
- Tailwind CSS: v3.4.13
- UUID: v10.0.0