- Homepage / Landing Page with interactive UI
- weightplan page with dynamic weight progress
- About page with calory progress
- Registration page with validations
- Login Page with authentication
- helping toast for good user experience
- Dashboard
This project was built using React, Chakra UI, HTML, CSS, JavaScript, JSON server. for running on your local environment you should follow these guidelines.
- NPM
- Node JS
- POSTMAN (if required for api testing)
The project repository can be found in GitHub link or just clone the project using this command.
Using HTTPS
### git clone https://github.com/DhananjayKandalkar/MyNetDiary-Clone.git
- Open terminal on your workspace with
cd my-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:
cd my-client
npm install
To run the application got to the client folder and run the following command:
npm start
and
to run json server locally
npm run server
- Visual Studio Code IDE
- Create react app template
- JSON-server npm package
- chakra UI liabrary
- other parallel react liabraries