Skip to content

fusmanii/confidence-ninja

Repository files navigation

Confidence Ninja

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.

Local Development

Prerequisites

Before you begin, make sure you have:

  • Node.js (v16 or higher) installed - install with nvm
  • Git installed on your machine

Setting up locally

  1. Clone the repository:
git clone <YOUR_GIT_URL>
cd <YOUR_PROJECT_NAME>
  1. Install dependencies:
npm install
  1. Start the development server:
yarn dev

The application will be available at http://localhost:8080 with hot-reload enabled.

Available Scripts

  • yarn dev - Start development server
  • yarn build - Create production build
  • yarn preview - Preview production build locally
  • yarn lint - Run ESLint
  • yarn format - Format code with Prettier

What technologies are used for this project?

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages