You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
### Technologies Used
5
+
- TypeScript: A strongly typed programming language that builds on JavaScript.
6
+
- React: A JavaScript library for building user interfaces.
7
+
- Axios: A promise-based HTTP client for making requests.
8
+
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
9
+
- Autoprefixer: A PostCSS plugin to parse CSS and add vendor prefixes.
10
+
### Project Structure
11
+
-`src/api`: Contains API interaction logic.
12
+
-`src/pages`: Contains React components for different pages.
13
+
-`src/store`: Contains state management logic.
14
+
-`postcss.config.js`: Configuration for PostCSS plugins.
0 commit comments