Imeleo is a ReactJS-based web application designed to showcase proficiency in React and Tailwind CSS. This project is a responsive application that includes essential pages such as Home and a Not Found Error Page.
To get started with the Imeleo project, follow these steps:
Clone the repository:
git clone https://github.com/Vikassinghrathor/Imeleo_Project.git
Navigate to the project directory:
cd client
Install the dependencies:
npm install
Start the development server:
npm start
This will start the development server and open the application in your default web browser.
If you would like to contribute to this project, please follow these guidelines:
git checkout -b feature/YourFeature
).git commit -am 'Add new feature'
).git push origin feature/YourFeature
).This project is licensed under the MIT License. See the LICENSE file for more details.