Skip to content

AhmedAGadir/sym-react-frontend

Repository files navigation

Frontend Candidate Test

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.

Sample Organization Demo

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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.

Installing

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

Running the Project

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

Structure

  • main.js: Entry point for the backend server.
  • frontend: Directory for the frontend client.

Scripts

  • 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.

License

This project is licensed under the MIT License.

About

UI demo for sample organization using React, Tailwind and Node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published