Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.53 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.53 KB

A-Task with Remix

A-task is an incredibly useful project management tool that enables individuals to effortlessly manage their daily tasks, thereby enhancing productivity and efficiency. This open source platform allows anyone to easily report issues and make pull requests, thereby ensuring a robust and constantly evolving tool that is tailored to the needs of its users. With its sleek and user-friendly interface, A-task is the perfect solution for busy individuals looking to stay organized and on top of their responsibilities, both at work and in their personal lives. Moreover, the collaborative nature of this project ensures that it is continually improving and evolving to meet the changing needs and demands of its users.

Live version

A-Task Project on netlify

Contents

In this A-Task Project project we have the following pages done:

  • Login
  • Sign Up
  • Dashboard - All Tasks
  • Dashboard - All completed tasks
  • Dashboard - All Important tasks

Technologies Used

This project is mainly based on Remix plus others few libraries listed below:

How To Run The Project

First, install the project's dependencies:

npm install

Then, run the development server:

npm dev

There you go 😊, You can preview the project on http://localhost:3000