A web application designed to help users build confidence and overcome self-doubt through interactive exercises, progress tracking, and personalized guidance. Built with React, TypeScript, and modern web technologies for a seamless user experience.
Before you begin, make sure you have:
- Node.js (v16 or higher) installed - install with nvm
- Git installed on your machine
- Clone the repository:
git clone <YOUR_GIT_URL>
cd <YOUR_PROJECT_NAME>
- Install dependencies:
npm install
- Start the development server:
yarn dev
The application will be available at http://localhost:8080
with hot-reload enabled.
yarn dev
- Start development serveryarn build
- Create production buildyarn preview
- Preview production build locallyyarn lint
- Run ESLintyarn format
- Format code with Prettier
This project is built with modern web technologies:
- Vite - Next Generation Frontend Tooling
- TypeScript - JavaScript with syntax for types
- React - A JavaScript library for building user interfaces
- shadcn-ui - Re-usable components built with Radix UI and Tailwind CSS
- Tailwind CSS - A utility-first CSS framework