Skip to content

Commit 9222a58

Browse files
Merge pull request #19 from recursivezero/bugfix/TZD-260017
[TZD-260017] Resolve mobile view issues and improve website performance
2 parents 491eeb5 + e1b155d commit 9222a58

21 files changed

Lines changed: 173 additions & 58 deletions

README.md

Lines changed: 71 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,74 @@
11
# RecursiveZero Private Limited
22

3-
- 👋 Hi
4-
- 👀 I’m interested in building technology
5-
- 🌱 I’m currently learning AI and mobile development
6-
- 💞️ I’m looking to collaborate on any project which is based on web technologies.
7-
- 📫 How to reach me mail me at <recursivezero@outlook.com>
3+
Welcome to the official website repository of **RecursiveZero Private Limited**.
84

9-
This is the page render as **recursivezero.com**
5+
This project powers **recursivezero.com** and showcases our products, services, engineering capabilities, technical blogs, and company information.
6+
7+
## About RecursiveZero
8+
9+
RecursiveZero is a technology-driven company focused on building scalable digital products, modern web applications, AI-powered solutions, and innovative software platforms.
10+
11+
## Features
12+
13+
- Modern Astro-based website
14+
- Responsive design for mobile, tablet, and desktop
15+
- Dark & Light theme support
16+
- Technical blogs and articles
17+
- Portfolio and project showcase
18+
- Privacy Policy and Terms & Conditions pages
19+
- Performance-optimized architecture
20+
21+
## Tech Stack
22+
23+
- Astro
24+
- TypeScript
25+
- Tailwind CSS
26+
- Markdown Content Collections
27+
28+
## Getting Started
29+
30+
### Install Dependencies
31+
32+
```bash
33+
npm install
34+
```
35+
36+
### Run Development Server
37+
38+
```bash
39+
npm run dev
40+
```
41+
42+
### Build for Production
43+
44+
```bash
45+
npm run build
46+
```
47+
48+
### Preview Production Build
49+
50+
```bash
51+
npm run preview
52+
```
53+
54+
## Screenshots
55+
56+
## Screenshots
57+
58+
![Home Page](./public/screenshots/home-page.png)
59+
60+
![About Page](./public/screenshots/about-page.png)
61+
62+
![Blogs Page](./public/screenshots/blogs-page.png)
63+
64+
![Mobile View](./public/screenshots/mobile-view.png)
65+
66+
## Contact
67+
68+
📧 [recursivezero@outlook.com](mailto:recursivezero@outlook.com)
69+
70+
🌐 https://recursivezero.com
71+
72+
## License
73+
74+
Copyright © RecursiveZero Private Limited. All rights reserved.
2.27 MB
Loading
2.09 MB
Loading
2.44 MB
Loading
2.35 MB
Loading

public/screenshots/About.png

520 KB
Loading

public/screenshots/Blogs.png

576 KB
Loading

public/screenshots/Career.png

83.8 KB
Loading

public/screenshots/Home.png

427 KB
Loading

public/screenshots/Work.png

363 KB
Loading

0 commit comments

Comments
 (0)