Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 1.07 KB

File metadata and controls

28 lines (28 loc) · 1.07 KB

Castled Frontend

Overview

This project is a frontend application built using TypeScript and React. It interacts with various APIs to provide a seamless user experience. The project uses modern web development tools and practices, including Tailwind CSS for styling and Axios for HTTP requests.

Technologies Used

  • TypeScript: A strongly typed programming language that builds on JavaScript.
  • React: A JavaScript library for building user interfaces.
  • Axios: A promise-based HTTP client for making requests.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.
  • Autoprefixer: A PostCSS plugin to parse CSS and add vendor prefixes.

Project Structure

  • src/api: Contains API interaction logic.
  • src/pages: Contains React components for different pages.
  • src/store: Contains state management logic.
  • postcss.config.js: Configuration for PostCSS plugins.

Setup

  • Clone the repository
  • Navigate to the project directory:
cd Front
  • Install dependencies:
npm install
  • Start the development server:
npm start