Maaloum Blog is a a React SPA application that allows users to view and interact with blog posts and to add new posts. It fetchs all the information that it displays using a local API creates with JSON server. the app allows users to add a new post, gives a post details and allows deleting a post.
- React
- JavaScript
- CSS
- React-routerDOM
- JSON Server
- React Hooks
- live demo: Click here
To get a local copy up and running follow these simple steps:
- Copy this link
https://github.com/maaloum/Blog-with-react.git
. - Get the directory that you want to clone the repository.
- Open the command prompt in this directory.
- Write
git clone https://github.com/maaloum/Blog-with-react.git
. - Go to the repository folder in your command prompt, run
cd name-of-folder
. - Run
npm install
Type these commands into the terminal:
- npm run build
- Open dist/index.html in your web browser.
Type this command in your terminal
- npm run start
- Your web browser will open on localhost
Type this command into the terminal:
- npm run test
👤 Ely Cheick Maaloum
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is not licensed.