Inkstream is a blog application that allows users to easily create, edit, and publish articles. It features a user-friendly interface, comment management, and design customization options for articles.
You can access the deployed application by visiting: https://inkstream.alwaysdata.net/
- Frontend: React
- Style: Tailwind CSS
- Backend: Node.js, Express.js, MongoDB.
- Backend repostiory : https://github.com/ocebert31/InkStream_API
- To modify the password
- be able to find your password
- like the articles
- add infinite scroll
- add roles
- add categories to be able to filter articles
- add tags
- implement an IA API to be able to write articles automatically
REACT_APP_API_URL=http://localhost:3001
REACT_APP_GIPHY_API_KEY=api_key
REACT_APP_GIPHY_API_BASE_URL=https://api.giphy.com/v1/gifs/search
REACT_APP_URL=http://localhost:3000
Clone the repository: git clone repository_name
Navigate to the project directory: cd inkstream
Install dependencies: npm install
Start the application: npm start

