friends-demo.mp4
Friends List Maker is a full-stack Ruby on Rails application designed to manage your social connections. This project allows users to register and log in securely, and then create and maintain a personalized list of friends, complete with relevant details.
- User Authentication: Secure user registration and login functionalities implemented using the Devise gem.
- Friend Management: Logged-in users can add, view, edit, and delete friends' details.
- Full-Stack Solution: Both frontend and backend are built using Ruby on Rails, ensuring a cohesive and seamless user experience.
- Responsive Design: Ensures usability across various devices and screen sizes made possible using bootstrap.
Technologies Used:
- Backend: Ruby on Rails
- Frontend: Embedded Ruby (ERB) for templates, Rails for view rendering
- Authentication: Devise gem
git clone https://github.com/yourusername/friends-list-maker.git
cd friends-list-maker
bundle install
rails db:create
rails db:migrate
rails server
Open your web browser and go to https://localhost:3000 to start using the Friends List Maker.
Contributions are welcome! Please open an issue to discuss your ideas, or submit a pull request with your improvements. Make sure to follow the code of conduct and adhere to the coding standards outlined in the contribution guidelines.