Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jay-raam/narratiq
One Page at a Time - Your Next Great Read Starts Here
https://github.com/jay-raam/narratiq
eslint expressjs mongodb nextjs nodejs reactjs tailwindcss typescript vercel
Last synced: 9 days ago
JSON representation
One Page at a Time - Your Next Great Read Starts Here
- Host: GitHub
- URL: https://github.com/jay-raam/narratiq
- Owner: Jay-Raam
- Created: 2024-09-11T09:25:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T16:17:58.000Z (5 months ago)
- Last Synced: 2024-12-19T05:23:02.416Z (2 months ago)
- Topics: eslint, expressjs, mongodb, nextjs, nodejs, reactjs, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://narratiq.vercel.app/
- Size: 486 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Narratiq — v1
Welcome to Narratiq! I’m Jayasriraam, a front-end Developer based in Chennai, and I’m excited to introduce my project.
Narratiq is a comprehensive web application designed for users to explore, catalog, and borrow books.
Combining an intuitive user interface with a powerful backend, Narratiq delivers an engaging and seamless library experience.## Tech Stack
Client: Next.js, TailwindCSS, Magic UI, TypeScript
Server: Node.js, Express.js, MongoDB
Hosting: Vercel
## Screenshots & Demo
![]()
![]()
[View Live Demo](https://narratiq.vercel.app/)
## Problems & Solutions
Problem 1: Efficient Book Data Management
Challenge: Managing and displaying a vast library of 1,00,000 book records effectively while ensuring fast load times and a responsive user experience.Solution: Implemented server-side rendering with Next.js to pre-fetch and render book data before sending it to the client.
Utilized MongoDB for efficient data storage and management, along with caching techniques to reduce load times and improve performance.Problem 2: Responsive Design
Challenge: Ensuring the application is fully responsive and provides a consistent experience across various devices and screen sizes.Solution: Used TailwindCSS for a responsive design that adapts seamlessly to different screen sizes.
Integrated whith tailwind css components for a uniform and accessible user interface, incorporating flexible grid layouts, media queries, and accessibility best practices.Problem 3: Real-Time Search and Filtering
Challenge: Developing a fast search and filtering mechanism to help users quickly locate books in the extensive library.Solution: Created dynamic search functionality that updates results in real-time as users type their search queries.
Leveraged efficient querying methods with MongoDB to handle search and filtering operations swiftly, providing users with immediate results.## Run Locally
Clone the project
```bash
git clone https://github.com/Jay-Raam/Narratiq.git
```Go to the project directory
Install dependencies
```bash
cd Narratiq
cd frontend
``````bash
npm install
```Start the server
```bash
npm run dev
```## Contributing & Usage
Feel free to use or adapt the front-end code for your own movie-related projects. I encourage you to customize the theme and components to fit your needs.
**Please note that the backend code is not included in this repository and should be used for reference only. If you choose to use same backend code, ensure that it is independently developed**.
The content of this application is tailored to movie enthusiasts and showcases various film-related features, showcase my skills also.Incase you have any questions or concerns, please feel free to reach out to me on [Instagram.](https://www.instagram.com/_ivanjay_/) I am always happy to help!
## License
[MIT](https://choosealicense.com/licenses/mit/)