Abstract Help Center is a platform where users can submit help requests and browse through available help services. Users can search for specific services by typing the title and clicking the search button.
- Submit a help request by clicking the "Submit a Request" button and filling out the form.
- Search for specific help services by title using the search bar and arrow button.
- MERN stack used for building both the frontend and backend.
- Responsive design using Tailwind CSS.
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express.js, MongoDB
- Clone the repository:
git clone https://github.com/codeamin-git/fullstack-assignment-future-skills.git- Navigate to both
frontendandbackenddirectories and run the following command to install dependencies:
npm install- To build the project, run the following in both the
frontendandbackenddirectories:
npm run dev