✧
Report Bug ✧
Getting Started ✧ Installing ✧
Author ✧
Taskify — A web application which I have created for the users who wants to schedule their task and wants to save important URLs.
All the components are in a single page. When you open this project for the first time you can see the suggestion for login so you need to first login for adding data and all.
So for login you should have an account for that go to signup after successfully signup go to login then enter your registered mobile number then you will be successfully logged in. The interface will look like this,
After logged in you can see the current time and username in the right top. Also you can start adding your daily schedule which will be appear in the on the right side for large screen also you will get an reminder on scheduled time And you can also add important URLs which you can find in saved links. Here are few browsing screen shots for your reference after logged in :
This project was built using React, CSS, MongoDB, Mongoose, Nodejs, Express. It is a web application and for running on your local environment you should follow these guidelines.
- NPM
The project repository can be found in GitHub link or just clone the project using this command.
Using HTTPS
# git clone https://github.com/Ankit-Mishra07/Taskify-schedule-reminder-app.git
- Open terminal on your workspace with
cd /home/workspace/Taskify-schedule-reminder-app/client
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 install all the dependences of the project, run the following command:
npm install
To run the application, run the following command:
npm start
- Visual Studio Code
👤 Ankit Mishra
- Github: @Ankit-Mishra07
- Linkedin: @ankit-mishra07
This project was created for educational purposes as part of the React web development curriculum; contributing is not accepted.
Give a ⭐️ if you like this project!