✧
View Demo ✧
Report Bug ✧
Getting Started ✧
Installing ✧
Author ✧
task planner is basically a website, where you can plan your task assign, the task to the other person who belongs to your organization and also updated it, based on the status. Its completely free and ready to use application that you can use in your daily life.
- Login
- Signup Page
- Add Avatar Page
- Home page
- Login and Signup User Account
- Add Sprint
- Add Tasks
- Delete Tasks
- Update Tasks
- Assign task to other people from same Org.
- Delete Sprint
- form Validation
This project was built using React, Redux, Ant Design, HTML, CSS, JavaScript, Rest API, Node JS, Express and MongoDB. It is an Task planner web application and for running on your local environment you should follow these guidelines.
- NPM
- Node JS
- MongoDB
The project repository can be found in GitHub link or just clone the project using this command.
Using HTTPS
# git clone https://github.com/centauricoder01/Paypal-Assignment
- Open terminal on your workspace with
cd /home/workspace/Paypal-Assignment
Install NPM
Check that you have node and npm installed
To check if you have Node.js installed, run this command in your terminal:
node -v
To confirm that you have npm installed you can run this command in your terminal:
npm -v
To confirm that you have MongoDB installed you can run this command in your terminal:
mongo -v
To install all the dependences of the project, run the following command:
cd client
npm install
cd ../
cd server
npm install
To run the application got to the client folder and run the following command:
npm start
To run this project, you will need to add the following environment variables to your .env file in server folder
MONGO_URL
PORT
- Visual Studio Code
- MongoDB compass
If you want to contact me, you can reach me through below handles.
© 2022 Rajendra Patel
Give a ⭐️ if you like this project!