Skip to content

Interpretations Manager: Effortlessly manage interpretations with this Next.js app backed by AppWriter. View, edit, and delete interpretations with ease. Simplify your interpretation management tasks today! ๐ŸŒŸ

Notifications You must be signed in to change notification settings

gaureshpai/Interpretations-Management-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

53 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“š Interpretations Management App

This web application allows users to manage interpretations, providing a platform to view, edit, and delete interpretations stored in the database. It utilizes Next.js for the frontend and AppWriter as the backend service.

โœจ Features

  • View Interpretations: ๐Ÿ‘€ Users can view a list of interpretations fetched from the backend.
  • Edit Interpretations: โœ๏ธ Users can navigate to edit interpretation pages for making changes.
  • Delete Interpretations: ๐Ÿ—‘๏ธ Users can delete interpretations directly from the list.

๐Ÿ› ๏ธ Technologies Used

  • Frontend: Next.js, React
  • Backend: AppWriter
  • Styling: Tailwind CSS

โš™๏ธ Installation and Setup

  1. Clone the repository:

    git clone https://github.com/gaureshpai/Interpretations-Management-App.git
    
  2. Install dependencies:

    cd Interpretations-Management-App
    npm install
    
  3. Configure AppWriter backend:

    • Set up your AppWriter account and configure the backend endpoints.
    • Replace the endpoint URLs in the code with your AppWriter backend URLs.
  4. Run the development server:

    npm run dev
    
  5. Open http://localhost:3000 to view the app in your browser.

๐Ÿš€ Backend API Endpoints

  • GET /api/interpretations: Fetches all interpretations.
  • DELETE /api/interpretations/:id: Deletes an interpretation by ID.

๐Ÿ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐ŸŒŸ Contributors

  • Gauresh

๐Ÿ™ Acknowledgments

  • Thanks to AppWriter for providing the backend service.

Feel free to contribute to the project by submitting issues or pull requests. Happy interpreting!

About

Interpretations Manager: Effortlessly manage interpretations with this Next.js app backed by AppWriter. View, edit, and delete interpretations with ease. Simplify your interpretation management tasks today! ๐ŸŒŸ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published