- Button
- CategoriesMenu
- Checkbox
- DropDownMenuBase
- FilterMenu
- Footer
- Header
- Input
- LogoutModal
- ProfileMenu
- ProfileNavbar
- QuestionCard
- RadioBtn
- ScrollToTopButton
- SearchBar
- SortMenu
- Answer
- EditPage
- FAQ
- Favorites
- History
- Home
- Login
- NoPage
- Notifications
- Profile
- Questions
- Signup
- Welcome
- usePageName
- useParams
- useWindowWidth
- AddQuestionModal
- ModalBase
For development, you will only need Node.js installed on your environement.
Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.
| Operating System | Node.js Download Link |
|---|---|
| Windows | Download Node.js |
| macOS | Download Node.js |
| Linux | Download Node.js |
You should be able to run the following command after the installation procedure below.
node -v
v20.16.0- Clone the repository
git clone https://github.com/Help-me-website/Frontend.git- Change the directory
cd Frontend
cd help-me- Install NPM packages
npm install- Run the project
npm run dev- Open the project at your localhost
VITE v6.0.3 ready in 382 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help