Skip to content

Commit 81d03a8

Browse files
authored
updated README with Latest Tech Stack Information (#464)
* updated README with Latest Tech Stack Information * made changes in readme as mentioned * made changes in readme as mentioned
1 parent b909ed3 commit 81d03a8

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,23 @@ SugarWeb is a client-side web application written in TypeScript. It utilizes Rea
3030

3131
### Application
3232

33-
- TypeScript 5
34-
- React 19
35-
- Tailwind CSS
33+
- **React 19** – for building dynamic and responsive user interfaces
34+
- **TypeScript 5** – for static typing, enhancing code quality and developer experience
35+
- **Tailwind CSS** – utility-first CSS framework for rapid UI development
36+
- **React Router DOM** – declarative routing for navigation
37+
- **Axios** – for handling HTTP requests and API calls
38+
- **Framer Motion** – for creating smooth UI animations
39+
- **Lucide React** – for modern icon libraries
40+
- **Content Plugins** – includes react-markdown, rehype, remark, and related plugins for markdown rendering and content sanitization
41+
- **DomPurify** – for sanitizing user-generated HTML content
3642

3743
### Tooling
3844

39-
- Node.js
40-
- Vite
41-
- ESLint
42-
- Prettier
45+
- **Node.js** – runtime environment for development and build processes
46+
- **Vite 7** – fast development server and optimized production builds
47+
- **ESLint** – for identifying and fixing code issues
48+
- **Prettier** – for consistent code formatting
49+
- **Markdownlint** – for enforcing markdown documentation standards
4350

4451
## Development
4552

0 commit comments

Comments
 (0)