Named after our favorite bald guy.
Create a craigslist clone from front to back. This project will require you to stretch both front end and back end knowledge.
- Plan a full scale project
- Translate high level feature requests into code
- Deconstruct existing processes
- Image upload and display
- Front end layout
Plan out and execute on the following features:
- City selection page
- Category and subcategory features (You may copy the ones from CL)
- Main page index
- Posting a new classified
- Posting list for any given subcategory. Include 3 different data views:
- List
- thumb
- gallery
- Posting detail page. Should include:
- Images
- Navigation
- Implement Sorting:
- Newest (default)
- High Price (if applicable)
- Low Price (if applicable)
- Implement the Search feature on both a city and subcategory level
- Create the filtering facets on the left per category
- Allow posts to opt into a map view and put a map on the post detail page
- Implement the map for posting list