Skip to content

josephrmartinez/selfempathyapp

Repository files navigation

Self Empathy App

This is a web app that allows users to practice self-empathy techniques. Built with React. There is no backend or databse. No analytics. No user data collected.

Getting Started

First, install Node.js and npm. Next, clone this repo and install the dependencies:

npm install

To build and start a dev version of the application at http://localhost:5173/, run:

npm run dev

To build a production version of the application, run:

npm run build

To serve that build locally at http://localhost:4173/, run:

npm run preview

Dependencies

The app relies on the following dependencies:

  • react: JavaScript library for building user interfaces
  • react-dom: React package for working with the DOM
  • react-router-dom: Routing library for React
  • react-select: React component for selecting options from a list
  • vite-plugin-svgr: Vite plugin for loading SVG files as components

The app uses the following dev dependencies:

  • @types/react: TypeScript type definitions for React
  • @types/react-dom: TypeScript type definitions for React DOM
  • @vitejs/plugin-react: Vite plugin for React
  • autoprefixer: PostCSS plugin to parse CSS and add vendor prefixes
  • css: PostCSS plugin for CSS modules
  • post: PostCSS plugin to transform CSS
  • tailwindcss: Utility-first CSS framework
  • vite: Next-generation frontend build tool

Contributing

If you have suggestions for improvements or find any bugs, please open an issue in the repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •