This is my submission for a frontend candidate test, implemented using React and Tailwind CSS, without the use of additional libraries.
You can find the project requirements here.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js installed on your machine. If you don't have Node.js installed, download and install it from Node.js official website.
Clone the repository to your local machine:
git clone https://github.com/AhmedAGadir/sym-react-frontend.git
Navigate to the project directory:
cd sym-react-frontend-main
Install the project dependencies:
npm install
npm run client-install
To start the backend server:
npm run server
To start the frontend client:
npm run client
To run both the server and client concurrently (for development):
npm run dev
main.js
: Entry point for the backend server.frontend
: Directory for the frontend client.
start
: Starts the backend server using Node.server
: Runs the backend server with Nodemon for auto-reloading.client
: Starts the frontend client.client-install
: Installs dependencies for the frontend client.dev
: Runs both the backend and frontend in development mode concurrently.
This project is licensed under the MIT License.