City Book is a web application that showcases users' favorite cities, offering a platform to view, add, edit, and delete city information. This application is built using the MERN stack (MongoDB, Express.js, React, and Node.js) and leverages React Bootstrap for UI components.
- View Cities: Users can view a list of all cities with their descriptions, images, and additional details.
- Add New Cities: Provides a form to add new cities to the database.
- Edit City Information: Users can edit the details of existing cities.
- Delete Cities: Allows for the removal of cities from the list.
- Search Functionality: Users can search for cities based on their names or descriptions.
- Responsive Design: Ensures a seamless experience across various devices
- Node.js
- npm (Node Package Manager)
- MongoDB
- Clone the repository
git clone https://github.com/Levonalp/MernStack-Front.git
Navigate to the project directory sh
cd MernStack-Front Install NPM packages sh
npm install Start the server sh
npm start Usage After starting the server, navigate to http://localhost:3000 in your web browser to view the application.
Contributing Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the Project Create your Feature Branch (git checkout -b feature/AmazingFeature) Commit your Changes (git commit -m 'Add some AmazingFeature') Push to the Branch (git push origin feature/AmazingFeature) Open a Pull Request