website design project
This project is for educational purposes only. On this page, I use React for the frontend, Express.js for the backend, and a phpMyAdmin MariaDB MySQL database. The page includes React context wrappers, state management, and useEffect hooks. It features user registration and login with hashed passwords. Each master has a like count, represented by a FontAwesome heart icon (red for liked, white for not liked). Likes are stored in the database.
- CLIENT: react.js
- SERVER: express.js
- API
Node.js - download and install
https://nodejs.org
Git - download and install
https://git-scm.com
Would like to run this project locally? Open terminal and follow these steps:
- Clone the repo
git clone https://github.com/RokasIme/Servisas_React.git
- Install main NPM packages
npm i
- Install sub-directories NPM packages
npm run install-all
- Run the servers
npm run dev
There is no tests for this project.
Rokas: Github
Distributed under the MIT License. See LICENSE.txt for more information.
No other resources.
