This repository contains the code for a React.js application I built as part of the MERN Intern Test at my internship at Showing Guide. The objective was to recreate a website that was designed in Figma.
This project was an opportunity to showcase my skills in translating design prototypes into functional, interactive web applications. The design was provided in Figma, a popular collaborative interface design tool, and my task was to implement the design using React.js within the MERN stack context.
This project was developed using the following technologies:
- React.js - A JavaScript library for building user interfaces.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure that you have the following software installed on your machine:
Follow these steps to install the project and its dependencies:
- Clone the repository
bash
git clone https://github.com/yourusername/mern-intern-test.git
cd mern-intern-test
- Install dependencies
bash
yarn install
To start the development server, use the following command:
bash
yarn start
The application will then be available on http://localhost:3000
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the terms of the MIT license. See the LICENSE file for details.