Simple Blog page create with React
OVERVIEW
In order to learn a little bit of React i decided to create this simple Blog Page where you can either add new Blog or delete existing ones.
📱SCREENSHOT
⚙️ Setup
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
npx json-server --watch data/db.json --port 8000
Runs the database on the localhost:8000 to have acces to pre-built blogs
- React - Backend / Front-end,
- Javascript Backend,
- Bootstrap — Styling.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.