/Notes

Primary LanguageTypeScript

Notes

A simple React + Typescript app of Notes

Table of Contents

Introduction

This project was created as part of studying and comprehending the React and Typescript environment. It also serves as an opportunity to explore and use the Bootstrap CSS framework for styling.

Prerequisites

  • Node.js
  • npm

Installation

# Clone the repository
git clone https://github.com/vicleyva/Notes.git

# Change into the project directory
cd Notes

# Install dependencies
npm install

Usage

# Run the development server
npm run dev

Technologies Used

  • React
  • TypeScript
  • Vite
  • Bootstrap
  • React Router
  • React Select
  • UUID

Scripts

  • dev: Run the Vite development server.
  • build: Build the project using TypeScript and Vite.
  • lint: Run ESLint for linting TypeScript and React files.
  • preview: Preview the production build locally.

License

This project is licensed under the MIT License.