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
# React + TypeScript + Vite
# Project Name
This is the Asignment which is submitted to the Better organisation
## How to Run the Project
1. Clone the repository:
```bash
git clone https://github.com/dinkyjoya/Assignment.git
```
2. Navigate to the project folder:
```bash
cd Assignment
```
3. Install the required dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```
## Design Choices
- **Vite**: Choose Vite for fast build times and efficient ,it require less dependencies so that's why it is faster as compared to react.
- **ESLint**: Used for ensuring code quality.
## Assumptions and Limitations
- **Assumptions**: Assumes the user has Node.js installed.
- **Limitations**: No backend is included; this is a frontend-only application.
# Assignment