https://github.com/savecoders/urlshortreact
This is a project that contains both the frontend for our application. The frontend is built using ReactJS and the backend is built using NestJS.
https://github.com/savecoders/urlshortreact
reactjs shadcn-ui tailwindcss typescript
Last synced: 12 months ago
JSON representation
This is a project that contains both the frontend for our application. The frontend is built using ReactJS and the backend is built using NestJS.
- Host: GitHub
- URL: https://github.com/savecoders/urlshortreact
- Owner: Savecoders
- Created: 2024-04-24T01:56:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T02:52:18.000Z (12 months ago)
- Last Synced: 2025-04-05T03:25:12.273Z (12 months ago)
- Topics: reactjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UrlShort
This is a project that contains both the frontend for our application. The frontend is built using ReactJS and the backend is built using NestJS.
# Client
| Stack Client | Content |
| ---------------------- | ---------------- |
| Framework or libraries | Reactjs TS |
| Css Framework | TailwindCss |
| Router | React-Router-Dom |
| Build | Vite |
| UI | shadcn |
## Repository Structure
The repository is organized as follows:
- `/client/src`: This directory contains the ReactJS frontend application.
- `/docs`: This directory contains all the project documentation, including requirements, data flow diagrams, state diagrams, and BPMN2 diagrams.
## Getting Started
To get started with development, you'll need to clone the repository and install the dependencies in both the frontend directories.
## Client
```bash
git clone
cd client
```
## Api
The api repository: [UrlShortNest](https://github.com/Savecoders/UrlShortNest)
