Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayk-gupta/assignment

Hosted link of Project
https://github.com/jayk-gupta/assignment

Last synced: 7 days ago
JSON representation

Hosted link of Project

Awesome Lists containing this project

README

        

# Technologies Used
1. React js
2. Tailwind CSS
3. Typescript
4. Vite (Build tool)

# Project Setup

## Prerequisites

Ensure you have the following installed on your system:

- [Node.js](https://nodejs.org/) (v14 or higher)
- [npm](https://www.npmjs.com/)

Installation

1. Clone the repository:
```git clone https://github.com/your-username/your-repo-name.git```

2. Navigate to the project directory:
```cd your-repo-name```

3. Install dependencies:
```npm install```

4. Start the development server:
```npm run dev```