Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jayk-gupta/assignment
- Owner: jayk-gupta
- Created: 2024-12-17T05:35:02.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T07:22:23.000Z (12 days ago)
- Last Synced: 2024-12-17T07:45:48.104Z (12 days ago)
- Language: TypeScript
- Homepage: https://assignment-mdoi.vercel.app/
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```