Skip to content

Latest commit

 

History

History
53 lines (25 loc) · 1.98 KB

README.md

File metadata and controls

53 lines (25 loc) · 1.98 KB

YouseAI Assessment

This repository contains the code for the YouseAI Assessment project. The project is divided into two main parts: the frontend and the backend.

Frontend

The frontend of this project is built using Next.js, a React framework that enables server-side rendering and generating static websites for React based web applications.

Backend

The backend is developed using Express and TypeScript. Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.

Demo

Video Demo

Demo Video https://github.com/Sahiljain0/TaskBuddy/blob/main/viddeo.mp4

Photo Demos

Here are some screenshots of Tasker in action:

Tasker Screenshot 1

Tasker Screenshot 2

Tasker Screenshot 3

Tasker Screenshot 4

Tasker Screenshot 5

Tasker Screenshot 6

Project Structure

  • frontend/: Contains the Next.js frontend code.
  • backend/: Contains the Express backend code written in TypeScript.

Getting Started

To get started with the project, follow the instructions in the respective frontend and backend directories.

License

This project is licensed under the MIT License. See the LICENSE file for more details.